Home
last modified time | relevance | path

Searched refs:cached_store (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vtls/
H A Dwolfssl.c725 WOLFSSL_X509_STORE *cached_store; in Curl_wssl_setup_x509_store() local
738 cached_store = cache_criteria_met ? get_cached_x509_store(cf, data) : NULL; in Curl_wssl_setup_x509_store()
739 if(cached_store && wolfSSL_CTX_get_cert_store(wssl->ctx) == cached_store) { in Curl_wssl_setup_x509_store()
742 else if(cached_store && wolfSSL_X509_STORE_up_ref(cached_store)) { in Curl_wssl_setup_x509_store()
743 wolfSSL_CTX_set_cert_store(wssl->ctx, cached_store); in Curl_wssl_setup_x509_store()
H A Dopenssl.c3436 X509_STORE *cached_store; in Curl_ssl_setup_x509_store() local
3449 cached_store = get_cached_x509_store(cf, data); in Curl_ssl_setup_x509_store()
3450 if(cached_store && cache_criteria_met && X509_STORE_up_ref(cached_store)) { in Curl_ssl_setup_x509_store()
3451 SSL_CTX_set_cert_store(ssl_ctx, cached_store); in Curl_ssl_setup_x509_store()

Completed in 17 milliseconds