Searched refs:CURLSSLOPT_NATIVE_CA (Results 1 – 7 of 7) sorted by relevance
23 - CURLSSLOPT_NATIVE_CA (No configure option, feature built in when supported)
804 CURLSSLOPT_NATIVE_CA 7.71.0
129 NV(CURLSSLOPT_NATIVE_CA),
1695 CURLSSLOPT_NATIVE_CA : 0) | in single_transfer()
2222 data->set.ssl.native_ca_store = !!(arg & CURLSSLOPT_NATIVE_CA); in Curl_vsetopt()2232 data->set.proxy_ssl.native_ca_store = !!(arg & CURLSSLOPT_NATIVE_CA); in Curl_vsetopt()
887 #define CURLSSLOPT_NATIVE_CA (1<<4) macro
3137 This commit changes the behavior of CURLSSLOPT_NATIVE_CA so that it does3142 discussed. The behavior of CURLSSLOPT_NATIVE_CA is subject to change and3152 148534d added CURLSSLOPT_NATIVE_CA to use the Windows OS certificate3153 store in libcurl w/ OpenSSL on Windows. CURLSSLOPT_NATIVE_CA overrides3155 CURLSSLOPT_NATIVE_CA if it could not find a certificate bundle to set3161 directory, and if CURLSSLOPT_NATIVE_CA is used then those paths are3167 release this commit removes using CURLSSLOPT_NATIVE_CA in the curl tool.3578 Follow-up to 148534d which added CURLSSLOPT_NATIVE_CA for 7.71.0.