Searched refs:CURL_CA_BUNDLE (Results 1 – 15 of 15) sorted by relevance
104 #define CURL_CA_BUNDLE "s:curl-ca-bundle.crt" macro
436 #ifdef CURL_CA_BUNDLE437 CURL_CA_BUNDLE, /* cainfo */
26 #define CURL_CA_BUNDLE "/sys/lib/tls/ca.pem" macro
559 #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB" macro
28 #cmakedefine CURL_CA_BUNDLE "${CURL_CA_BUNDLE}"
558 #if defined(CURL_CA_BUNDLE) in Curl_init_userdefined()559 result = Curl_setstropt(&set->str[STRING_SSL_CAFILE_ORIG], CURL_CA_BUNDLE); in Curl_init_userdefined()564 CURL_CA_BUNDLE); in Curl_init_userdefined()
7 #undef CURL_CA_BUNDLE
75 echo @CURL_CA_BUNDLE@
799 set(CURL_CA_BUNDLE "auto" CACHE STRING variable806 if("${CURL_CA_BUNDLE}" STREQUAL "")807 message(FATAL_ERROR "Invalid value of CURL_CA_BUNDLE. Use 'none', 'auto' or file path.")808 elseif("${CURL_CA_BUNDLE}" STREQUAL "none")809 unset(CURL_CA_BUNDLE CACHE)810 elseif("${CURL_CA_BUNDLE}" STREQUAL "auto")811 unset(CURL_CA_BUNDLE CACHE)848 set(CURL_CA_BUNDLE "${SEARCH_CA_BUNDLE_PATH}") variable
2278 CURL_CA_BUNDLE='"'$ca'"'2279 AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, "$ca", [Location of default ca bundle]) definition2280 AC_SUBST(CURL_CA_BUNDLE) subst
5891 - lib: never define CURL_CA_BUNDLE with a getenv
27056 CURL_CA_BUNDLE='"'$ca'"'
107 cert file by setting the environment variable `CURL_CA_BUNDLE` to the path
487 "# define CURL_CA_BUNDLE \"/etc/ssl/certs/ca-certificates.crt\"",
742 !strcmp(keyringfile, CURL_CA_BUNDLE)) { in gskit_connect_step1()