Home
last modified time | relevance | path

Searched refs:CURL_CA_PATH (Results 1 – 9 of 9) sorted by relevance

/external/curl/lib/
Dversion.c441 #ifdef CURL_CA_PATH
442 CURL_CA_PATH, /* capath */
Dconfig-plan9.h27 #define CURL_CA_PATH "/sys/lib/tls" macro
Dcurl_config.h14 #define CURL_CA_PATH "/system/etc/security/cacerts" macro
Dcurl_config.h.cmake34 #cmakedefine CURL_CA_PATH "${CURL_CA_PATH}"
Durl.c568 #if defined(CURL_CA_PATH) in Curl_init_userdefined()
569 result = Curl_setstropt(&set->str[STRING_SSL_CAPATH_ORIG], CURL_CA_PATH); in Curl_init_userdefined()
573 result = Curl_setstropt(&set->str[STRING_SSL_CAPATH_PROXY], CURL_CA_PATH); in Curl_init_userdefined()
Dcurl_config.h.in13 #undef CURL_CA_PATH
/external/curl/
DCMakeLists.txt803 set(CURL_CA_PATH "auto" CACHE STRING variable
817 if("${CURL_CA_PATH}" STREQUAL "")
818 message(FATAL_ERROR "Invalid value of CURL_CA_PATH. Use 'none', 'auto' or directory path.")
819 elseif("${CURL_CA_PATH}" STREQUAL "none")
820 unset(CURL_CA_PATH CACHE)
821 elseif("${CURL_CA_PATH}" STREQUAL "auto")
822 unset(CURL_CA_PATH CACHE)
857 set(CURL_CA_PATH "/etc/ssl/certs") variable
866 "Set CURL_CA_PATH=none or enable one of those TLS backends.")
Dacinclude.m42284 CURL_CA_PATH="\"$capath\""
2285 AC_DEFINE_UNQUOTED(CURL_CA_PATH, "$capath", [Location of default ca path]) definition
Dconfigure27067 CURL_CA_PATH="\"$capath\""