Home
last modified time | relevance | path

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

/external/curl/lib/
Dconfig-amigaos.h104 #define CURL_CA_BUNDLE "s:curl-ca-bundle.crt" macro
Dversion.c436 #ifdef CURL_CA_BUNDLE
437 CURL_CA_BUNDLE, /* cainfo */
Dconfig-plan9.h26 #define CURL_CA_BUNDLE "/sys/lib/tls/ca.pem" macro
Dconfig-os400.h559 #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB" macro
Dcurl_config.h.cmake28 #cmakedefine CURL_CA_BUNDLE "${CURL_CA_BUNDLE}"
Durl.c558 #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()
Dcurl_config.h.in7 #undef CURL_CA_BUNDLE
/external/curl/
Dcurl-config.in75 echo @CURL_CA_BUNDLE@
DCMakeLists.txt799 set(CURL_CA_BUNDLE "auto" CACHE STRING variable
806 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
Dacinclude.m42278 CURL_CA_BUNDLE='"'$ca'"'
2279 AC_DEFINE_UNQUOTED(CURL_CA_BUNDLE, "$ca", [Location of default ca bundle]) definition
2280 AC_SUBST(CURL_CA_BUNDLE) subst
DCHANGES5891 - lib: never define CURL_CA_BUNDLE with a getenv
Dconfigure27056 CURL_CA_BUNDLE='"'$ca'"'
/external/curl/docs/
DSSLCERTS.md107 cert file by setting the environment variable `CURL_CA_BUNDLE` to the path
/external/tensorflow/third_party/
Dcurl.BUILD487 "# define CURL_CA_BUNDLE \"/etc/ssl/certs/ca-certificates.crt\"",
/external/curl/lib/vtls/
Dgskit.c742 !strcmp(keyringfile, CURL_CA_BUNDLE)) { in gskit_connect_step1()