Home
last modified time | relevance | path

Searched refs:X509 (Results 226 – 250 of 324) sorted by relevance

12345678910>>...13

/openssl/doc/man3/
H A DOSSL_STORE_INFO.pod37 X509 *OSSL_STORE_INFO_get0_CERT(const OSSL_STORE_INFO *store_info);
38 X509 *OSSL_STORE_INFO_get1_CERT(const OSSL_STORE_INFO *store_info);
51 OSSL_STORE_INFO *OSSL_STORE_INFO_new_CERT(X509 *x509);
H A DSSL_CTX_set_client_cert_cb.pod12 int (*client_cert_cb)(SSL *ssl, X509 **x509,
14 int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL *ssl, X509 **x509,
H A DCMS_encrypt.pod11 CMS_ContentInfo *CMS_encrypt_ex(STACK_OF(X509) *certs, BIO *in,
14 CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in,
H A DPKCS7_decrypt.pod11 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags);
H A DX509_STORE_CTX_set_verify_cb.pod132 X509 *err_cert = X509_STORE_CTX_get_current_cert(ctx);
147 X509 *err_cert;
H A DCMS_get0_RecipientInfos.pod25 int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert);
28 EVP_PKEY *pk, X509 *peer);
H A DX509_load_http.pod15 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
H A DCMS_EncryptedData_decrypt.pod17 EVP_PKEY *pkey, X509 *cert,
H A DX509_check_purpose.pod11 int X509_check_purpose(X509 *x, int id, int ca);
/openssl/ssl/
H A Dtls_depr.c67 int tls_engine_load_ssl_client_cert(SSL_CONNECTION *s, X509 **px509, in tls_engine_load_ssl_client_cert()
H A Dssl_asn1.c27 X509 *peer;
58 ASN1_EXP_OPT(SSL_SESSION_ASN1, peer, X509, 3),
/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod68 to the given X509 Name value, without consuming the pointer.
71 PKIHeader to the given X509 Name value, without consuming the pointer.
H A Dossl_cmp_pkisi_get_status.pod46 X509 *ossl_cmp_certresponse_get1_cert(const OSSL_CMP_CERTRESPONSE *crep,
/openssl/include/openssl/
H A Dssl.h.in301 size_t *outlen, X509 *x,
1604 __owur int SSL_use_certificate(SSL *ssl, X509 *x);
1688 __owur X509 *SSL_SESSION_get0_peer(SSL_SESSION *s);
1723 __owur X509 *SSL_get0_peer_certificate(const SSL *s);
1724 __owur X509 *SSL_get1_peer_certificate(const SSL *s);
1753 __owur int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x);
2026 __owur int SSL_add1_to_CA_list(SSL *ssl, const X509 *x);
2034 __owur int SSL_add_client_CA(SSL *ssl, X509 *x);
2035 __owur int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x);
2051 __owur X509 *SSL_get_certificate(const SSL *ssl);
[all …]
H A Dtypes.h160 typedef struct x509_st X509; typedef
/openssl/apps/
H A Dsess_id.c51 X509 *peer = NULL; in sess_id_main()
/openssl/test/
H A Dtiming_load_creds.c28 X509 *x = NULL; in readx509()
H A Dtestutil.h602 X509 *load_cert_pem(const char *file, OSSL_LIB_CTX *libctx);
603 X509 *load_cert_der(const unsigned char *bytes, int len);
604 STACK_OF(X509) *load_certs_pem(const char *file);
/openssl/crypto/pkcs7/
H A Dpk7_doit.c379 static int pkcs7_cmp_ri(PKCS7_RECIP_INFO *ri, X509 *pcert) in pkcs7_cmp_ri()
391 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) in PKCS7_dataDecode()
957 STACK_OF(X509) *cert; in PKCS7_dataVerify()
958 X509 *x509; in PKCS7_dataVerify()
1007 X509 *x509) in PKCS7_signatureVerify()
/openssl/tools/
H A Dc_rehash.in168 if ($hdr =~ /^(X509 |TRUSTED |)CERTIFICATE$/) {
/openssl/crypto/asn1/
H A Dasn1_item_list.h170 ASN1_ITEM_ref(X509),
/openssl/crypto/x509/
H A Dv3_asid.c737 STACK_OF(X509) *chain, in asid_validate_path_internal()
742 X509 *x; in asid_validate_path_internal()
884 int X509v3_asid_validate_resource_set(STACK_OF(X509) *chain, in X509v3_asid_validate_resource_set()
/openssl/doc/man7/
H A Dx509.pod18 In OpenSSL, the type X509 is used to express such a certificate, and
/openssl/fuzz/
H A Dserver.c527 X509 *cert; in FuzzerTestOneInput()
/openssl/util/
H A Dcheck-format-test-negatives.c241 X509 *x509 = NULL;

Completed in 101 milliseconds

12345678910>>...13