Home
last modified time | relevance | path

Searched refs:X509 (Results 201 – 225 of 337) sorted by relevance

12345678910>>...14

/openssl/test/
H A Dhttp_test.c19 static X509 *x509 = NULL;
189 X509 *rcert = d2i_X509_bio(rsp, NULL); in test_http_method()
494 x509_it = ASN1_ITEM_rptr(X509); in setup_tests()
/openssl/crypto/x509/
H A Dv3_conf.c360 X509 *cert) in X509V3_EXT_add_nconf()
464 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx()
556 const char *section, X509 *cert) in X509V3_EXT_add_conf()
/openssl/doc/man3/
H A DCMS_verify.pod12 int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, X509_STORE *store,
15 STACK_OF(X509) *scerts, X509_STORE *store,
16 STACK_OF(X509) *extra, STACK_OF(X509_CRL) *crls,
20 STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms);
H A DX509_LOOKUP_meth_new.pod97 int X509_OBJECT_set1_X509(X509_OBJECT *a, X509 *obj);
104 implementation of various X509 and X509_CRL lookup capabilities. One instance
145 the functions used to retrieve an X509 or X509_CRL object by the object's
H A DOSSL_CMP_SRV_CTX_new.pod44 X509 **certOut,
45 STACK_OF(X509) **chainOut,
46 STACK_OF(X509) **caPubs);
H A DSSL_check_chain.pod11 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
H A DSSL_SESSION_get0_peer.pod12 X509 *SSL_SESSION_get0_peer(SSL_SESSION *s);
H A DSSL_CTX_set0_CA_list.pod28 int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *cacert);
29 int SSL_add_client_CA(SSL *ssl, X509 *cacert);
35 int SSL_CTX_add1_to_CA_list(SSL_CTX *ctx, const X509 *x);
36 int SSL_add1_to_CA_list(SSL *ssl, const X509 *x);
H A DOCSP_resp_find_status.pod38 const STACK_OF(X509) *OCSP_resp_get0_certs(const OCSP_BASICRESP *bs);
40 int OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer,
41 STACK_OF(X509) *extra_certs);
54 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
H A DPKCS7_encrypt.pod12 PKCS7 *PKCS7_encrypt_ex(STACK_OF(X509) *certs, BIO *in,
15 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
H A DSSL_set_verify_result.pod16 result of the verification of the X509 certificate presented by the peer,
H A DX509_STORE_add_cert.pod21 int X509_STORE_add_cert(X509_STORE *xs, X509 *x);
75 OpenSSL represents these trusted certificates internally as B<X509> objects
79 operate on pointers to B<X509> objects, though.
H A DX509_dup.pod397 as a placeholder for any of the OpenSSL datatypes, such as B<X509>.
424 For instance, an B<X509> object usually is augmented by cached information
427 For the case of B<X509> objects, an alternative to using L<X509_up_ref(3)>
H A DX509_STORE_CTX_get_by_subject.pod7 - X509 and X509_CRL lookup functions
/openssl/crypto/cms/
H A Dcms_env.c256 EVP_PKEY *pkey, X509 *cert, in CMS_EnvelopedData_decrypt()
329 static int cms_RecipientInfo_ktri_init(CMS_RecipientInfo *ri, X509 *recip, in cms_RecipientInfo_ktri_init()
383 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip, in CMS_add1_recipient()
385 X509 *originator, unsigned int flags) in CMS_add1_recipient()
441 CMS_RecipientInfo *CMS_add1_recipient_cert(CMS_ContentInfo *cms, X509 *recip, in CMS_add1_recipient_cert()
448 EVP_PKEY **pk, X509 **recip, in CMS_RecipientInfo_ktri_get0_algs()
484 int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert) in CMS_RecipientInfo_ktri_cert_cmp()
/openssl/demos/cms/
H A Dcms_sign2.c18 X509 *scert = NULL, *scert2 = NULL; in main()
H A Dcms_ver.c62 X509 *cacert = NULL; in main()
/openssl/demos/smime/
H A Dsmsign2.c18 X509 *scert = NULL, *scert2 = NULL; in main()
/openssl/crypto/pkcs7/
H A Dpk7_asn1.c129 ASN1_IMP_SEQUENCE_OF_OPT(PKCS7_SIGNED, cert, X509, 0),
212 ASN1_IMP_SET_OF_OPT(PKCS7_SIGN_ENVELOPE, cert, X509, 0),
/openssl/crypto/store/
H A Dstore_local.h39 X509 *x509; /* when type == OSSL_STORE_INFO_CERT */
/openssl/apps/lib/
H A Dapp_x509.c129 int x509_ctrl_string(X509 *x, const char *value) in x509_ctrl_string()
/openssl/ssl/
H A Dt1_lib.c3178 static int ssl_check_ca_name(STACK_OF(X509_NAME) *names, X509 *x) in ssl_check_ca_name()
3206 int tls1_check_chain(SSL_CONNECTION *s, X509 *x, EVP_PKEY *pk, in tls1_check_chain()
3207 STACK_OF(X509) *chain, int idx) in tls1_check_chain()
3384 X509 *ca = sk_X509_value(chain, i); in tls1_check_chain()
3429 X509 *xtmp = sk_X509_value(chain, i); in tls1_check_chain()
3483 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) in SSL_check_chain()
3600 int ssl_security_cert(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x, int vfy, in ssl_security_cert()
3623 int ssl_security_cert_chain(SSL_CONNECTION *s, STACK_OF(X509) *sk, in ssl_security_cert_chain()
3624 X509 *x, int vfy) in ssl_security_cert_chain()
3682 X509 *x, EVP_PKEY *pkey) in check_cert_usable()
[all …]
H A Ds3_lib.c3655 return ssl_cert_add1_chain_cert(sc, NULL, (X509 *)parg); in ssl3_ctrl()
3657 return ssl_cert_add0_chain_cert(sc, NULL, (X509 *)parg); in ssl3_ctrl()
3660 *(STACK_OF(X509) **)parg = sc->cert->key->chain; in ssl3_ctrl()
3665 return ssl_cert_select_current(sc->cert, (X509 *)parg); in ssl3_ctrl()
4062 if (!sk_X509_push(ctx->extra_certs, (X509 *)parg)) { in ssl3_ctx_ctrl()
4070 *(STACK_OF(X509) **)parg = ctx->cert->key->chain; in ssl3_ctx_ctrl()
4072 *(STACK_OF(X509) **)parg = ctx->extra_certs; in ssl3_ctx_ctrl()
4088 return ssl_cert_add1_chain_cert(NULL, ctx, (X509 *)parg); in ssl3_ctx_ctrl()
4090 return ssl_cert_add0_chain_cert(NULL, ctx, (X509 *)parg); in ssl3_ctx_ctrl()
4093 *(STACK_OF(X509) **)parg = ctx->cert->key->chain; in ssl3_ctx_ctrl()
[all …]
/openssl/apps/
H A Dcms.c24 static int save_certs(char *signerfile, STACK_OF(X509) *signers);
292 STACK_OF(X509) *encerts = sk_X509_new_null(), *other = NULL; in cms_main()
293 X509 *cert = NULL, *recip = NULL, *signer = NULL, *originator = NULL; in cms_main()
935 STACK_OF(X509) *allcerts; in cms_main()
994 X509 *x = sk_X509_value(encerts, i); in cms_main()
1214 STACK_OF(X509) *signers = CMS_get0_signers(cms); in cms_main()
1317 static int save_certs(char *signerfile, STACK_OF(X509) *signers) in save_certs()
H A Dnseq.c41 X509 *x509 = NULL; in nseq_main()

Completed in 58 milliseconds

12345678910>>...14