Home
last modified time | relevance | path

Searched refs:native_ca_store (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/src/
Dtool_cfgable.h268 bool native_ca_store; /* use the native os ca store */ member
Dtool_operate.c1621 (config->native_ca_store ? in single_transfer()
/third_party/curl/lib/
Ddoh.c357 (data->set.ssl.native_ca_store ? in dohprobe()
Durldata.h290 BIT(native_ca_store); /* use the native ca store of operating system */
Dsetopt.c2332 data->set.ssl.native_ca_store = !!(arg & CURLSSLOPT_NATIVE_CA); in Curl_vsetopt()
2347 data->set.proxy_ssl.native_ca_store = !!(arg & CURLSSLOPT_NATIVE_CA); in Curl_vsetopt()
/third_party/curl/lib/vtls/
Dopenssl.c2901 (SSL_SET_OPTION(native_ca_store))) { in ossl_connect_step1()