Searched refs:CURL_CA_BUNDLE (Results 1 – 12 of 12) sorted by relevance
613 #if defined(CURL_WANTS_CA_BUNDLE_ENV) && !defined(CURL_CA_BUNDLE)614 #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") macro
106 #define CURL_CA_BUNDLE "s:curl-ca-bundle.crt" macro
152 #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") macro
550 #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB" macro
7 #cmakedefine CURL_CA_BUNDLE ${CURL_CA_BUNDLE}
583 #if defined(CURL_CA_BUNDLE) in Curl_init_userdefined()584 result = setstropt(&set->str[STRING_SSL_CAFILE], CURL_CA_BUNDLE); in Curl_init_userdefined()
74 echo @CURL_CA_BUNDLE@
2687 CURL_CA_BUNDLE='"'$ca'"'2688 AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, "$ca", [Location of default ca bundle]) definition2689 AC_SUBST(CURL_CA_BUNDLE) subst
1127 set(CURL_CA_BUNDLE "") variable
7415 CURL_CA_BUNDLE is not set, they are checked afterwards.10782 - Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in11752 - Kevin Roth made the command line tool check for a CURL_CA_BUNDLE environment
107 cert path by setting the environment variable `CURL_CA_BUNDLE` to the path
595 !strcmp(keyringfile, CURL_CA_BUNDLE)) { in gskit_connect_step1()