Home
last modified time | relevance | path

Searched refs:X509 (Results 251 – 275 of 324) sorted by relevance

1...<<111213

/openssl/doc/man3/
H A DOSSL_CRMF_MSG_get0_tmpl.pod37 X509
H A DX509_STORE_CTX_get_error.pod20 X509 *X509_STORE_CTX_get_current_cert(const X509_STORE_CTX *ctx);
21 void X509_STORE_CTX_set_current_cert(X509_STORE_CTX *ctx, X509 *x);
22 X509 *X509_STORE_CTX_get0_cert(const X509_STORE_CTX *ctx);
24 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx);
H A DPKCS12_add_cert.pod12 PKCS12_SAFEBAG *PKCS12_add_cert(STACK_OF(PKCS12_SAFEBAG) **pbags, X509 *cert);
H A DPKCS12_SAFEBAG_create_cert.pod14 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_cert(X509 *x509);
H A DSSL_CTX_set_cert_store.pod5 SSL_CTX_set_cert_store, SSL_CTX_set1_cert_store, SSL_CTX_get_cert_store - manipulate X509 certifica…
H A DOSSL_CMP_validate_msg.pod14 X509_STORE *trusted_store, X509 *cert);
H A DX509_CRL_get0_by_serial.pod17 int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
H A DX509_cmp_time.pod7 - X509 time functions
H A DPEM_bytes_read_bio.pod34 X509 CERTIFICATE matching a request for the deprecated type CERTIFICATE.
/openssl/include/openssl/
H A Dpem.h440 DECLARE_PEM_rw(X509, X509)
441 DECLARE_PEM_rw(X509_AUX, X509)
H A Dct.h.in99 X509* CT_POLICY_EVAL_CTX_get0_cert(const CT_POLICY_EVAL_CTX *ctx);
106 int CT_POLICY_EVAL_CTX_set1_cert(CT_POLICY_EVAL_CTX *ctx, X509 *cert);
109 X509* CT_POLICY_EVAL_CTX_get0_issuer(const CT_POLICY_EVAL_CTX *ctx);
116 int CT_POLICY_EVAL_CTX_set1_issuer(CT_POLICY_EVAL_CTX *ctx, X509 *issuer);
H A Dtls1.h257 __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
/openssl/test/
H A Dcmp_msg_test.c67 static X509 *cert = NULL;
386 X509 *certfromresp = NULL; in execute_certrep_create()
H A Dv3ext.c24 X509 *x = NULL; in test_pathlen()
/openssl/crypto/x509/
H A Dby_file.c95 X509 *x = NULL; in X509_load_cert_file_ex()
H A Dv3_akid.c109 X509 *issuer_cert; in v2i_AUTHORITY_KEYID()
H A Dx509_req.c22 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_to_X509_REQ()
H A Dv3_ncons.c252 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check()
411 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check_CN()
/openssl/apps/
H A Drsautl.c78 X509 *x; in rsautl_main()
/openssl/crypto/store/
H A Dstore_lib.c613 OSSL_STORE_INFO *OSSL_STORE_INFO_new_CERT(X509 *x509) in OSSL_STORE_INFO_new_CERT()
738 X509 *OSSL_STORE_INFO_get0_CERT(const OSSL_STORE_INFO *info) in OSSL_STORE_INFO_get0_CERT()
745 X509 *OSSL_STORE_INFO_get1_CERT(const OSSL_STORE_INFO *info) in OSSL_STORE_INFO_get1_CERT()
/openssl/crypto/cmp/
H A Dcmp_server.c160 X509 *certOut = NULL; in process_cert_request()
161 STACK_OF(X509) *chainOut = NULL, *caPubs = NULL; in process_cert_request()
/openssl/doc/man7/
H A Dprovider-object.pod127 The object data is suitable as B<X509> data. The object data for this
132 B<X509> object with d2i_X509().
/openssl/crypto/crmf/
H A Dcrmf_lib.c620 X509
625 X509 *cert = NULL; /* decrypted certificate */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/openssl/engines/
H A De_loader_attic.c318 X509 *cert = NULL; in try_decode_PKCS12()
319 STACK_OF(X509) *chain = NULL; in try_decode_PKCS12()
366 X509 *ca = sk_X509_value(chain, 0); in try_decode_PKCS12()
759 X509 *cert = NULL; in try_decode_X509Certificate()
/openssl/ssl/
H A Dssl_lib.c343 X509 *cert = NULL; in dane_tlsa_add()
1810 X509 *SSL_get1_peer_certificate(const SSL *s) in SSL_get1_peer_certificate()
1812 X509 *r = SSL_get0_peer_certificate(s); in SSL_get1_peer_certificate()
1820 X509 *SSL_get0_peer_certificate(const SSL *s) in SSL_get0_peer_certificate()
1833 STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s) in STACK_OF() argument
1835 STACK_OF(X509) *r; in STACK_OF()
4693 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate()
4719 X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx) in SSL_CTX_get0_certificate()
5709 STACK_OF(X509) *SSL_get0_verified_chain(const SSL *s) in STACK_OF() argument
5842 X509 *cert = s->session != NULL ? s->session->peer : NULL; in ct_extract_x509v3_extension_scts()
[all …]

Completed in 130 milliseconds

1...<<111213