Home
last modified time | relevance | path

Searched refs:CURLSSLOPT_NATIVE_CA (Results 1 – 7 of 7) sorted by relevance

/external/curl/docs/
DEXPERIMENTAL.md23 - CURLSSLOPT_NATIVE_CA (No configure option, feature built in when supported)
/external/curl/docs/libcurl/
Dsymbols-in-versions804 CURLSSLOPT_NATIVE_CA 7.71.0
/external/curl/src/
Dtool_setopt.c129 NV(CURLSSLOPT_NATIVE_CA),
Dtool_operate.c1695 CURLSSLOPT_NATIVE_CA : 0) | in single_transfer()
/external/curl/lib/
Dsetopt.c2222 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()
/external/curl/include/curl/
Dcurl.h887 #define CURLSSLOPT_NATIVE_CA (1<<4) macro
/external/curl/
DCHANGES3137 This commit changes the behavior of CURLSSLOPT_NATIVE_CA so that it does
3142 discussed. The behavior of CURLSSLOPT_NATIVE_CA is subject to change and
3152 148534d added CURLSSLOPT_NATIVE_CA to use the Windows OS certificate
3153 store in libcurl w/ OpenSSL on Windows. CURLSSLOPT_NATIVE_CA overrides
3155 CURLSSLOPT_NATIVE_CA if it could not find a certificate bundle to set
3161 directory, and if CURLSSLOPT_NATIVE_CA is used then those paths are
3167 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.