Home
last modified time | relevance | path

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

12

/curl/docs/cmdline-opts/
H A Dproxy-capath.md4 Long: proxy-capath
13 - capath
16 - --proxy-capath /local/directory -x https://proxy $URL
19 # `--proxy-capath`
21 Same as --capath but used in HTTPS proxy context.
27 OpenSSL. Using --proxy-capath can allow OpenSSL-powered curl to make
31 If this option is set, the default capath value is ignored.
H A Dcapath.md4 Long: capath
16 - --capath /local/directory $URL
19 # `--capath`
25 OpenSSL. Using --capath can allow OpenSSL-powered curl to make SSL-connections
29 If this option is set, the default capath value is ignored.
H A Ddump-ca-embed.md13 - capath
16 - proxy-capath
H A Dproxy-cacert.md11 - proxy-capath
13 - capath
H A Dcrlfile.md13 - capath
H A Dca-native.md12 - capath
H A Dproxy-ca-native.md12 - capath
H A Dinsecure.md14 - capath
H A Dcacert.md12 - capath
H A DMakefile.inc56 capath.md \
203 proxy-capath.md \
/curl/tests/
H A Dsecureserver.pl73 my $capath; # certificate chain PEM folder
198 $capath = abs_path($path);
247 $capath = pathhelp::sys_native_abs_path($capath);
291 print $stunconf "CApath = $capath\n";
321 print "CApath = $capath\n";
/curl/docs/libcurl/opts/
H A DCURLINFO_CAPATH.md56 char *capath = NULL;
57 curl_easy_getinfo(curl, CURLINFO_CAPATH, &capath);
58 if(capath) {
59 printf("default ca path: %s\n", capath);
H A DCURLOPT_PROXY_CAPATH.md31 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_CAPATH, char *capath);
H A DCURLOPT_CAPATH.md31 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CAPATH, char *capath);
/curl/
H A Dacinclude.m41232 capath="$want_capath"
1236 capath="no"
1239 capath="$want_capath"
1245 capath="no"
1286 if test "x$capath" != "xno"; then
1287 check_capath="$capath"
1294 capath="$a"
1302 if test "x$capath" = "xno"; then
1312 if test "x$capath" != "xno"; then
1313 CURL_CA_PATH="\"$capath\""
[all …]
/curl/docs/
H A Doptions-in-versions21 --capath 7.9.8
169 --proxy-capath 7.52.0
/curl/src/
H A Dtool_cfgable.h147 char *capath; member
H A Dtool_cfgable.c128 Curl_safefree(config->capath); in free_config_fields()
H A Dtool_operate.c1677 if(config->capath) { in single_transfer()
1678 result = res_setopt_str(curl, CURLOPT_CAPATH, config->capath); in single_transfer()
1690 if(config->proxy_capath || config->capath) { in single_transfer()
1694 config->capath)); in single_transfer()
1709 if(!config->cacert && !config->capath) { in single_transfer()
3029 !config->capath && in transfer_per_config()
3068 config->capath = strdup(env); in transfer_per_config()
3070 if(!config->capath) { in transfer_per_config()
3083 free(config->capath); in transfer_per_config()
H A Dtool_getparam.c1967 err = getstr(&config->capath, nextarg, DENY_BLANK); in getparameter()
/curl/.github/scripts/
H A Dspellcheck.words84 capath
/curl/docs/libcurl/
H A Dcurl_version_info.md92 const char *capath; /* the built-in default CURLOPT_CAPATH, might
/curl/packages/OS400/
H A Dccsidcurl.c436 offsetof(curl_version_info_data, capath), in curl_version_info_ccsid()
H A Dcurl.inc.in2420 d capath...
/curl/include/curl/
H A Dcurl.h3116 const char *capath; /* the built-in default CURLOPT_CAPATH, might member

Completed in 60 milliseconds

12