Home
last modified time | relevance | path

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

1...<<11121314

/openssl/doc/man3/
H A DX509_load_http.pod15 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
H A DX509_check_purpose.pod11 int X509_check_purpose(X509 *x, int id, int ca);
H A DCMS_EncryptedData_decrypt.pod17 EVP_PKEY *pkey, X509 *cert,
H A DX509_STORE_CTX_set_verify_cb.pod152 X509 *err_cert = X509_STORE_CTX_get_current_cert(ctx);
167 X509 *err_cert;
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);
/openssl/fuzz/
H A Ddtlsserver.c605 X509 *cert; in FuzzerTestOneInput()
H A Dserver.c527 X509 *cert; in FuzzerTestOneInput()
/openssl/doc/internal/man3/
H A Dossl_cmp_pkisi_get_status.pod46 X509 *ossl_cmp_certresponse_get1_cert(const OSSL_CMP_CTX *ctx,
/openssl/ssl/
H A Dssl_asn1.c28 X509 *peer;
60 ASN1_EXP_OPT(SSL_SESSION_ASN1, peer, X509, 3),
/openssl/include/openssl/
H A Dpem.h441 DECLARE_PEM_rw(X509, X509)
442 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.h291 __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
/openssl/test/
H A Dtestutil.h647 X509 *load_cert_pem(const char *file, OSSL_LIB_CTX *libctx);
648 X509 *load_cert_der(const unsigned char *bytes, int len);
649 STACK_OF(X509) *load_certs_pem(const char *file);
H A Dcmp_msg_test.c67 static X509 *cert = NULL;
385 X509 *certfromresp = NULL; in execute_certrep_create()
H A Dpkcs12_format_test.c884 X509 *cert = NULL; in pkcs12_recreate_test()
885 X509 *cert_parsed = NULL; in pkcs12_recreate_test()
/openssl/apps/
H A Drsautl.c78 X509 *x; in rsautl_main()
/openssl/crypto/x509/
H A Dby_file.c92 X509 *x = NULL; in X509_load_cert_file_ex()
H A Dv3_akid.c109 X509 *issuer_cert; in v2i_AUTHORITY_KEYID()
/openssl/crypto/store/
H A Dstore_lib.c672 OSSL_STORE_INFO *OSSL_STORE_INFO_new_CERT(X509 *x509) in OSSL_STORE_INFO_new_CERT()
786 X509 *OSSL_STORE_INFO_get0_CERT(const OSSL_STORE_INFO *info) in OSSL_STORE_INFO_get0_CERT()
793 X509 *OSSL_STORE_INFO_get1_CERT(const OSSL_STORE_INFO *info) in OSSL_STORE_INFO_get1_CERT()
/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.c622 X509
627 X509 *cert = NULL; /* decrypted certificate */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/openssl/ssl/quic/
H A Dquic_tls.c601 X509 *x, size_t chainidx, int *al, in add_transport_params_cb()
621 size_t inlen, X509 *x, in parse_transport_params_cb()

Completed in 65 milliseconds

1...<<11121314