Searched refs:CURL_CA_PATH (Results 1 – 7 of 7) sorted by relevance
14 #define CURL_CA_PATH "/system/etc/security/cacerts" macro
13 #cmakedefine CURL_CA_PATH "${CURL_CA_PATH}"
517 #if defined(CURL_CA_PATH) in Curl_init_userdefined()518 result = Curl_setstropt(&set->str[STRING_SSL_CAPATH_ORIG], CURL_CA_PATH); in Curl_init_userdefined()522 result = Curl_setstropt(&set->str[STRING_SSL_CAPATH_PROXY], CURL_CA_PATH); in Curl_init_userdefined()
13 #undef CURL_CA_PATH
650 set(CURL_CA_PATH "auto" CACHE STRING variable664 if("${CURL_CA_PATH}" STREQUAL "")665 message(FATAL_ERROR "Invalid value of CURL_CA_PATH. Use 'none', 'auto' or directory path.")666 elseif("${CURL_CA_PATH}" STREQUAL "none")667 unset(CURL_CA_PATH CACHE)668 elseif("${CURL_CA_PATH}" STREQUAL "auto")669 unset(CURL_CA_PATH CACHE)702 set(CURL_CA_PATH "/etc/ssl/certs") variable711 "Set CURL_CA_PATH=none or enable one of those TLS backends.")
2280 CURL_CA_PATH="\"$capath\""2281 AC_DEFINE_UNQUOTED(CURL_CA_PATH, "$capath", [Location of default ca path]) definition
25677 CURL_CA_PATH="\"$capath\""