Home
last modified time | relevance | path

Searched refs:capath (Results 1 – 13 of 13) sorted by relevance

/external/curl/tests/
Dsecureserver.pl69 my $capath; # certificate chain PEM folder
186 $capath = abs_path($path);
235 $capath = pathhelp::sys_native_abs_path($capath);
274 print STUNCONF "CApath = $capath\n";
304 print "CApath = $capath\n";
/external/curl/lib/vtls/
Dnss.c1402 const char *capath = data->set.ssl.CApath; in nss_load_ca_certificates() local
1410 if(capath) { in nss_load_ca_certificates()
1412 if(stat(capath, &st) == -1) in nss_load_ca_certificates()
1417 PRDir *dir = PR_OpenDir(capath); in nss_load_ca_certificates()
1422 char *fullpath = aprintf("%s/%s", capath, entry->name); in nss_load_ca_certificates()
1439 infof(data, "warning: CURLOPT_CAPATH not a directory (%s)\n", capath); in nss_load_ca_certificates()
1444 capath ? capath : "none"); in nss_load_ca_certificates()
/external/curl/src/
Dtool_cfgable.h112 char *capath; member
Dtool_operate.c246 !config->capath && in operate_do()
262 config->capath = strdup(env); in operate_do()
263 if(!config->capath) { in operate_do()
1019 if(config->capath) { in operate_do()
1020 result = res_setopt_str(curl, CURLOPT_CAPATH, config->capath); in operate_do()
Dtool_cfgable.c104 Curl_safefree(config->capath); in free_config_fields()
Dtool_getparam.c1348 GetStr(&config->capath, nextarg); in getparameter()
/external/curl/
Dacinclude.m42610 capath="$want_capath"
2614 capath="no"
2620 capath="$want_capath"
2626 capath="no"
2666 if test "x$capath" != "xno"; then
2667 check_capath="$capath"
2673 if test "x$capath" = "xno"; then
2674 capath="$a"
2682 if test "x$capath" = "xno"; then
2692 if test "x$capath" != "xno"; then
[all …]
Dconfigure.ac3874 ca cert path: ${capath}${capath_warning}
DCHANGES.03637 $capath is known to configure, so it can be defined in config.h instead.
10279 --capath.
11396 - Removed things in the docs saying capath doesn't work on Windows, as Julian
11408 if capath or cainfo was used. Now it'll always do it unless -k / --insecure
11974 -cafile or --capath.
12188 with them all concatenated. --capath was added to the command line tool
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/
DChangeLog46 - fixed TypeError: cafile, capath and cadata cannot be all omitted (#227)
/external/curl/docs/
DSSLCERTS58 libcurl hackers: `curl_easy_setopt(curl, CURLOPT_CAPATH, capath);`
DTODO691 Therefore support for the existing --cacert or --capath options should be
DINSTALL492 When Secure Transport is in use, the curl options --cacert and --capath and