Home
last modified time | relevance | path

Searched refs:X509 (Results 151 – 175 of 337) sorted by relevance

12345678910>>...14

/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod26 X509 *cert, const X509 *encryption_recip,
27 STACK_OF(X509) *chain, STACK_OF(X509) *caPubs,
/openssl/doc/man3/
H A DCMS_decrypt.pod13 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert,
16 EVP_PKEY *pk, X509 *cert, X509 *peer);
17 int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert);
H A DX509_STORE_CTX_new.pod34 X509 *target, STACK_OF(X509) *untrusted);
38 void X509_STORE_CTX_set0_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk);
40 void X509_STORE_CTX_set_cert(X509_STORE_CTX *ctx, X509 *target);
47 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx);
48 void X509_STORE_CTX_set0_untrusted(X509_STORE_CTX *ctx, STACK_OF(X509) *sk);
51 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx);
52 void X509_STORE_CTX_set0_verified_chain(X509_STORE_CTX *ctx, STACK_OF(X509) *chain);
198 X509 certificates may contain information about what purposes keys contained
H A DPKCS7_sign.pod12 PKCS7 *PKCS7_sign_ex(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
15 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
H A DX509V3_get_d2i.pod11 X509_REVOKED_get0_extensions - X509 extension decode and encode functions
25 void *X509_get_ext_d2i(const X509 *x, int nid, int *crit, int *idx);
26 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
41 const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x);
42 const STACK_OF(X509_EXTENSION) *X509_ACERT_get0_extensions(const X509 *x);
H A DSSL_CTX_use_certificate.pod22 int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x);
25 int SSL_use_certificate(SSL *ssl, X509 *x);
49 …int SSL_CTX_use_cert_and_key(SSL_CTX *ctx, X509 *x, EVP_PKEY *pkey, STACK_OF(X509) *chain, int ove…
50 int SSL_use_cert_and_key(SSL *ssl, X509 *x, EVP_PKEY *pkey, STACK_OF(X509) *chain, int override);
H A DSSL_get_certificate.pod12 X509 *SSL_get_certificate(const SSL *s);
17 SSL_get_certificate() returns a pointer to an B<X509> object representing a
H A DX509_get_version.pod14 long X509_get_version(const X509 *x);
15 int X509_set_version(X509 *x, long version);
H A DOSSL_CMP_CTX_new.pod107 int OSSL_CMP_CTX_set1_srvCert(OSSL_CMP_CTX *ctx, X509 *cert);
115 STACK_OF(X509) *OSSL_CMP_CTX_get0_untrusted(const OSSL_CMP_CTX *ctx);
118 int OSSL_CMP_CTX_set1_cert(OSSL_CMP_CTX *ctx, X509 *cert);
120 STACK_OF(X509) *candidates);
134 STACK_OF(X509) *extraCertsOut);
147 int OSSL_CMP_CTX_set1_oldCert(OSSL_CMP_CTX *ctx, X509 *cert);
154 typedef int (*OSSL_CMP_certConf_cb_t)(OSSL_CMP_CTX *ctx, X509 *cert,
167 X509 *OSSL_CMP_CTX_get0_validatedSrvCert(const OSSL_CMP_CTX *ctx);
168 X509 *OSSL_CMP_CTX_get0_newCert(const OSSL_CMP_CTX *ctx);
169 STACK_OF(X509) *OSSL_CMP_CTX_get1_newChain(const OSSL_CMP_CTX *ctx);
[all …]
H A DX509_verify.pod14 int X509_verify(X509 *x, EVP_PKEY *pkey);
15 int X509_self_signed(X509 *cert, int verify_signature);
H A DOCSP_cert_to_id.pod13 X509 *subject, X509 *issuer);
H A DX509_check_host.pod11 int X509_check_host(X509 *, const char *name, size_t namelen,
13 int X509_check_email(X509 *, const char *address, size_t addresslen,
15 int X509_check_ip(X509 *, const unsigned char *address, size_t addresslen,
17 int X509_check_ip_asc(X509 *, const char *address, unsigned int flags);
/openssl/crypto/cmp/
H A Dcmp_client.c503 static X509 *get1_cert_status(OSSL_CMP_CTX *ctx, int bodytype, in get1_cert_status()
507 X509 *crt = NULL; in get1_cert_status()
578 int OSSL_CMP_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info, in OSSL_CMP_certConf_cb()
582 STACK_OF(X509) *chain = NULL; in OSSL_CMP_certConf_cb()
662 X509 *cert; in cert_response()
861 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_exec_certreq()
868 X509 *result = NULL; in OSSL_CMP_exec_certreq()
/openssl/crypto/ocsp/
H A Docsp_asn.c18 ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SIGNATURE, certs, X509, 0)
117 ASN1_EXP_SEQUENCE_OF_OPT(OCSP_BASICRESP, certs, X509, 0)
/openssl/apps/include/
H A Ds_apps.h31 int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
32 STACK_OF(X509) *chain, int build_chain);
/openssl/crypto/x509/
H A Dpcy_tree.c97 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, in tree_init()
125 X509 *x = sk_X509_value(certs, i); in tree_init()
149 X509 *x = sk_X509_value(certs, i); in tree_init()
208 X509 *x = sk_X509_value(certs, i); in tree_init()
660 STACK_OF(X509) *certs, in X509_policy_check()
/openssl/crypto/asn1/
H A Dnsseq.c31 ASN1_EXP_SEQUENCE_OF_OPT(NETSCAPE_CERT_SEQUENCE, certs, X509, 0)
/openssl/apps/
H A Dpkcs7.c151 STACK_OF(X509) *certs = NULL; in pkcs7_main()
173 X509 *x; in pkcs7_main()
/openssl/include/openssl/
H A Dengine.h277 X509 **pcert, EVP_PKEY **pkey,
278 STACK_OF(X509) **pother,
645 X509 **pcert, EVP_PKEY **ppkey,
646 STACK_OF(X509) **pother,
/openssl/ssl/statem/
H A Dextensions_cust.c34 size_t *outlen, X509 *x, size_t chainidx, in custom_ext_add_old_cb_wrap()
61 size_t inlen, X509 *x, size_t chainidx, in custom_ext_parse_old_cb_wrap()
115 const unsigned char *ext_data, size_t ext_size, X509 *x, in custom_ext_parse()
174 int custom_ext_add(SSL_CONNECTION *s, int context, WPACKET *pkt, X509 *x, in custom_ext_add()
/openssl/test/
H A Dlocaletest.c97 X509 *cert = NULL; in setup_tests()
H A Dcert_comp_test.c40 static int client_cert_cb(SSL *ssl, X509 **x509, EVP_PKEY **pkey) in client_cert_cb()
42 X509 *xcert; in client_cert_cb()
H A Dcmsapitest.c20 static X509 *cert = NULL;
27 STACK_OF(X509) *certstack = sk_X509_new_null(); in test_encrypt_decrypt()
/openssl/doc/man1/
H A Dopenssl-format-options.pod95 For example a C<BEGIN X509 CERTIFICATE> will not match if the command
117 X509 CRL
126 X509 CERTIFICATE
/openssl/test/helpers/
H A Dpkcs12.c77 static X509 *load_cert_asn1(const unsigned char *bytes, int len) in load_cert_asn1()
79 X509 *cert = NULL; in load_cert_asn1()
387 X509 *cert = NULL; in add_certbag()
552 X509 *x509 = NULL; in check_certbag()
553 X509 *ref_x509 = NULL; in check_certbag()

Completed in 61 milliseconds

12345678910>>...14