Home
last modified time | relevance | path

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

/external/curl/lib/
Dconfig-amigaos.h104 #define CURL_CA_BUNDLE "s:curl-ca-bundle.crt" macro
Dconfig-dos.h155 #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") macro
Dconfig-plan9.h26 #define CURL_CA_BUNDLE "/sys/lib/tls/ca.pem" macro
Dconfig-os400.h562 #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB" macro
Dcurl_config.h.cmake7 #cmakedefine CURL_CA_BUNDLE "${CURL_CA_BUNDLE}"
Durl.c516 #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()
Dcurl_config.h.in7 #undef CURL_CA_BUNDLE
/external/curl/
Dcurl-config.in75 echo @CURL_CA_BUNDLE@
DCMakeLists.txt645 set(CURL_CA_BUNDLE "auto" CACHE STRING variable
652 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
Dacinclude.m42274 CURL_CA_BUNDLE='"'$ca'"'
2275 AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, "$ca", [Location of default ca bundle]) definition
2276 AC_SUBST(CURL_CA_BUNDLE) subst
Dconfigure25392 CURL_CA_BUNDLE='"'$ca'"'
/external/curl/docs/
DSSLCERTS.md107 cert path by setting the environment variable `CURL_CA_BUNDLE` to the path
/external/tensorflow/third_party/
Dcurl.BUILD484 "# define CURL_CA_BUNDLE \"/etc/ssl/certs/ca-certificates.crt\"",
/external/curl/lib/vtls/
Dgskit.c743 !strcmp(keyringfile, CURL_CA_BUNDLE)) { in gskit_connect_step1()