Home
last modified time | relevance | path

Searched refs:CURL_CA_BUNDLE (Results 1 – 12 of 12) sorted by relevance

/external/curl/lib/
Dcurl_setup.h613 #if defined(CURL_WANTS_CA_BUNDLE_ENV) && !defined(CURL_CA_BUNDLE)
614 #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") macro
Dconfig-amigaos.h106 #define CURL_CA_BUNDLE "s:curl-ca-bundle.crt" macro
Dconfig-dos.h152 #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") macro
Dconfig-os400.h550 #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB" macro
Dcurl_config.h.cmake7 #cmakedefine CURL_CA_BUNDLE ${CURL_CA_BUNDLE}
Durl.c583 #if defined(CURL_CA_BUNDLE) in Curl_init_userdefined()
584 result = setstropt(&set->str[STRING_SSL_CAFILE], CURL_CA_BUNDLE); in Curl_init_userdefined()
/external/curl/
Dcurl-config.in74 echo @CURL_CA_BUNDLE@
Dacinclude.m42687 CURL_CA_BUNDLE='"'$ca'"'
2688 AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, "$ca", [Location of default ca bundle]) definition
2689 AC_SUBST(CURL_CA_BUNDLE) subst
DCMakeLists.txt1127 set(CURL_CA_BUNDLE "") variable
DCHANGES.07415 CURL_CA_BUNDLE is not set, they are checked afterwards.
10782 - Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in
11752 - Kevin Roth made the command line tool check for a CURL_CA_BUNDLE environment
/external/curl/docs/
DSSLCERTS107 cert path by setting the environment variable `CURL_CA_BUNDLE` to the path
/external/curl/lib/vtls/
Dgskit.c595 !strcmp(keyringfile, CURL_CA_BUNDLE)) { in gskit_connect_step1()