/external/autotest/client/site_tests/platform_OpenSSLActual/ |
platform_OpenSSLActual.py | 20 self.curl('--capath /var/empty https://www.google.com; [ $? != 0 ]')
|
/external/curl/tests/ |
secureserver.pl | 67 my $capath; # certificate chain PEM folder 184 $capath = abs_path($path); 233 $capath =~ s/^(\/cygdrive)?\/(\w)\//$2\:\//; 272 print STUNCONF "CApath = $capath\n"; 302 print "CApath = $capath\n";
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_CAPATH.3 | 29 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CAPATH, char *capath);
|
/external/curl/lib/vtls/ |
gtls.h | 57 /* this backend supports the CAPATH option */
|
nssg.h | 66 /* this backend supports the CAPATH option */
|
polarssl.h | 50 /* this backend supports the CAPATH option */
|
vtls.c | 100 safe_strequal(data->CApath, needle->CApath) && 127 if(source->CApath) { 128 dest->CApath = strdup(source->CApath); 129 if(!dest->CApath) 133 dest->CApath = NULL; 165 Curl_safefree(sslc->CApath);
|
openssl.h | 81 /* this backend supports the CAPATH option */
|
nss.c | 1403 const char *capath = data->set.ssl.CApath; local [all...] |
cyassl.c | 200 " CAfile: %s\n CApath: %s", 220 " CApath: %s\n",
|
gtls.c | 472 if(data->set.ssl.CApath) { 475 data->set.ssl.CApath, 485 rc, data->set.ssl.CApath); [all...] |
/external/curl/src/ |
tool_cfgable.c | 103 Curl_safefree(config->capath);
|
tool_cfgable.h | 111 char *capath; member in struct:OperationConfig
|
tool_operate.c | 243 !config->capath && 259 config->capath = strdup(env); 260 if(!config->capath) { [all...] |
tool_help.c | 53 " --capath DIR CA directory to verify peer against (SSL)",
|
tool_getparam.c | 214 {"Eg", "capath ", TRUE}, [all...] |
/external/curl/ |
acinclude.m4 | [all...] |
/external/curl/docs/ |
SSLCERTS | 58 libcurl hackers: `curl_easy_setopt(curl, CURLOPT_CAPATH, capath);`
|
TODO | 534 Therefore support for the existing --cacert or --capath options should be
|
curl.1 | 536 .IP "--capath <CA certificate directory>" 541 c_rehash utility supplied with OpenSSL. Using \fI--capath\fP can allow 545 If this option is set, the default capath value will be ignored, and if it is [all...] |
/external/google-breakpad/src/third_party/curl/ |
curl.h | [all...] |
/external/ipsec-tools/src/racoon/ |
crypto_openssl.c | 461 eay_check_x509cert(cert, CApath, CAfile, local) 463 char *CApath; 519 error = X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM); [all...] |
/system/core/crash_reporter/ |
crash_sender | 471 --capath "$(get_certificates_path)" --ciphers HIGH \
|
/external/curl/include/curl/ |
curl.h | [all...] |
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | [all...] |