Searched refs:SSL_CTX_get_cert_store (Results 1 – 5 of 5) sorted by relevance
89 X509_STORE *cts = SSL_CTX_get_cert_store((SSL_CTX *)sslctx); in sslctx_function()
69 store = SSL_CTX_get_cert_store((SSL_CTX *)sslctx);
120 store = SSL_CTX_get_cert_store((SSL_CTX *)sslctx);
274 #define SSL_CTX_get_cert_store SSL_CTX_GET_CERT_STORE macro
2369 st = SSL_CTX_get_cert_store(octx->ssl_ctx); in verifystatus()3454 X509_STORE *store = SSL_CTX_get_cert_store(ssl_ctx); in Curl_ssl_setup_x509_store()3469 X509_STORE *store = SSL_CTX_get_cert_store(ssl_ctx); in Curl_ssl_setup_x509_store()
Completed in 18 milliseconds