Home
last modified time | relevance | path

Searched refs:SSL_CTX_get_cert_store (Results 1 – 12 of 12) sorted by relevance

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_cert_store.pod5 SSL_CTX_set_cert_store, SSL_CTX_get_cert_store - manipulate X509 certificate verification storage
12 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx);
20 SSL_CTX_get_cert_store() returns a pointer to the current certificate
32 Using the SSL_CTX_set_cert_store() and SSL_CTX_get_cert_store() functions
56 SSL_CTX_get_cert_store() returns the current setting.
HDssl.pod226 =item X509_STORE *B<SSL_CTX_get_cert_store>(SSL_CTX *ctx);
/NextBSD/secure/lib/libssl/
HDMakefile.man175 MLINKS+= SSL_CTX_set_cert_store.3 SSL_CTX_get_cert_store.3
/NextBSD/contrib/wpa/src/crypto/
HDtls_openssl.c1719 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx), in tls_load_ca_der()
1816 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()
1943 X509_STORE *cs = SSL_CTX_get_cert_store(data->ssl); in tls_global_set_verify()
3619 store = SSL_CTX_get_cert_store(conn->ssl_ctx); in ocsp_resp_cb()
/NextBSD/contrib/serf/buckets/
HDssl_buckets.c1425 X509_STORE *store = SSL_CTX_get_cert_store(ssl_ctx->ctx); in serf_ssl_use_default_certificates()
1459 X509_STORE *store = SSL_CTX_get_cert_store(ssl_ctx->ctx); in serf_ssl_trust_cert()
/NextBSD/crypto/openssl/util/
HDssleay.num163 SSL_CTX_get_cert_store 180 EXIST::FUNCTION:
/NextBSD/lib/libfetch/
HDcommon.c727 crl_store = SSL_CTX_get_cert_store(ctx); in fetch_ssl_setup_peer_verification()
/NextBSD/crypto/openssl/apps/
HDs_cb.c1621 st = SSL_CTX_get_cert_store(ctx); in ssl_ctx_add_crls()
HDs_server.c949 SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), in cert_status_cb()
/NextBSD/contrib/wpa/src/utils/
HDhttp_curl.c1082 store = SSL_CTX_get_cert_store(s->ctx); in ocsp_resp_cb()
/NextBSD/crypto/openssl/ssl/
HDssl.h2135 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
HDssl_lib.c3287 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) in SSL_CTX_get_cert_store() function