Searched refs:capath (Results 1 – 13 of 13) sorted by relevance
/external/curl/tests/ |
D | secureserver.pl | 69 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/ |
D | nss.c | 1402 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/ |
D | tool_cfgable.h | 112 char *capath; member
|
D | tool_operate.c | 246 !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()
|
D | tool_cfgable.c | 104 Curl_safefree(config->capath); in free_config_fields()
|
D | tool_getparam.c | 1348 GetStr(&config->capath, nextarg); in getparameter()
|
/external/curl/ |
D | acinclude.m4 | 2610 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 …]
|
D | configure.ac | 3874 ca cert path: ${capath}${capath_warning}
|
D | CHANGES.0 | 3637 $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/ |
D | ChangeLog | 46 - fixed TypeError: cafile, capath and cadata cannot be all omitted (#227)
|
/external/curl/docs/ |
D | SSLCERTS | 58 libcurl hackers: `curl_easy_setopt(curl, CURLOPT_CAPATH, capath);`
|
D | TODO | 691 Therefore support for the existing --cacert or --capath options should be
|
D | INSTALL | 492 When Secure Transport is in use, the curl options --cacert and --capath and
|