Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/tls/
H A Dtls_ocsp.c147 if ((store = SSL_CTX_get_cert_store(ssl_ctx)) == NULL) in tls_ocsp_get_certid()
228 SSL_CTX_get_cert_store(ctx->ssl_ctx), flags) != 1) { in tls_ocsp_verify_response()
H A Dtls.c641 store = SSL_CTX_get_cert_store(ssl_ctx); in tls_configure_ssl_verify()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c701 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_cryptoapi_ca_cert()
2556 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx), in tls_load_ca_der()
2667 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()
2693 if (tls_add_ca_from_keystore(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()
2713 SSL_CTX_get_cert_store(ssl_ctx), alias)) { in tls_connection_ca_cert()
2807 X509_STORE *cs = SSL_CTX_get_cert_store(data->ssl); in tls_global_set_verify()
4735 store = SSL_CTX_get_cert_store(conn->ssl_ctx); in ocsp_resp_cb()
H A Dtls_openssl_ocsp.c586 store = SSL_CTX_get_cert_store(ssl_ctx); in check_ocsp_resp()
/dragonfly/lib/libfetch/
H A Dcommon.c1115 crl_store = SSL_CTX_get_cert_store(ctx); in fetch_ssl_setup_peer_verification()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dhttp_curl.c1156 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_server.c2378 SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), in cert_status_cb()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1130 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c3257 SSL_CTX_get_cert_store(const SSL_CTX *ctx) in SSL_CTX_get_cert_store() function