Searched refs:CURL_CA_BUNDLE (Results 1 – 14 of 14) sorted by relevance
104 #define CURL_CA_BUNDLE "s:curl-ca-bundle.crt" macro
155 #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") macro
26 #define CURL_CA_BUNDLE "/sys/lib/tls/ca.pem" macro
562 #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB" macro
7 #cmakedefine CURL_CA_BUNDLE "${CURL_CA_BUNDLE}"
516 #if defined(CURL_CA_BUNDLE) in Curl_init_userdefined()517 result = Curl_setstropt(&set->str[STRING_SSL_CAFILE_ORIG], CURL_CA_BUNDLE); in Curl_init_userdefined()522 CURL_CA_BUNDLE); in Curl_init_userdefined()
7 #undef CURL_CA_BUNDLE
75 echo @CURL_CA_BUNDLE@
645 set(CURL_CA_BUNDLE "auto" CACHE STRING variable652 if("${CURL_CA_BUNDLE}" STREQUAL "")653 message(FATAL_ERROR "Invalid value of CURL_CA_BUNDLE. Use 'none', 'auto' or file path.")654 elseif("${CURL_CA_BUNDLE}" STREQUAL "none")655 unset(CURL_CA_BUNDLE CACHE)656 elseif("${CURL_CA_BUNDLE}" STREQUAL "auto")657 unset(CURL_CA_BUNDLE CACHE)692 set(CURL_CA_BUNDLE "${SEARCH_CA_BUNDLE_PATH}") variable
2274 CURL_CA_BUNDLE='"'$ca'"'2275 AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, "$ca", [Location of default ca bundle]) definition2276 AC_SUBST(CURL_CA_BUNDLE) subst
25392 CURL_CA_BUNDLE='"'$ca'"'
107 cert path by setting the environment variable `CURL_CA_BUNDLE` to the path
484 "# define CURL_CA_BUNDLE \"/etc/ssl/certs/ca-certificates.crt\"",
743 !strcmp(keyringfile, CURL_CA_BUNDLE)) { in gskit_connect_step1()