HomeSort by relevance Sort by last modified time
    Searched full:capath (Results 1 - 25 of 33) sorted by null

1 2

  /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 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/docs/libcurl/opts/
CURLOPT_CAPATH.3 29 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CAPATH, char *capath);
  /external/curl/lib/vtls/
gtls.h 61 /* this backend supports the CAPATH option */
nssg.h 71 /* this backend supports the CAPATH option */
polarssl.h 52 /* this backend supports the CAPATH option */
vtls.c 100 safe_strequal(data->CApath, needle->CApath) &&
128 if(source->CApath) {
129 dest->CApath = strdup(source->CApath);
130 if(!dest->CApath)
134 dest->CApath = NULL;
175 Curl_safefree(sslc->CApath);
openssl.h 85 /* this backend supports the CAPATH option */
nss.c 1402 const char *capath = data->set.ssl.CApath; local
    [all...]
gtls.c 471 if(data->set.ssl.CApath) {
474 data->set.ssl.CApath,
484 rc, data->set.ssl.CApath);
491 !(data->set.ssl.CAfile || data->set.ssl.CApath)) {
    [all...]
cyassl.c 238 " CAfile: %s\n CApath: %s",
258 " CApath: %s\n",
  /external/curl/src/
tool_cfgable.c 104 Curl_safefree(config->capath);
tool_cfgable.h 112 char *capath; member in struct:OperationConfig
tool_operate.c 246 !config->capath &&
262 config->capath = strdup(env);
263 if(!config->capath) {
    [all...]
tool_help.c 53 " --capath DIR CA directory to verify peer against (SSL)",
tool_getparam.c 217 {"Eg", "capath", TRUE},
    [all...]
  /external/curl/
acinclude.m4     [all...]
  /external/chromium-trace/catapult/telemetry/third_party/websocket-client/
ChangeLog 46 - fixed TypeError: cafile, capath and cadata cannot be all omitted (#227)
  /external/curl/docs/
SSLCERTS 58 libcurl hackers: `curl_easy_setopt(curl, CURLOPT_CAPATH, capath);`
curl.1 573 .IP "--capath <CA certificate directory>"
578 c_rehash utility supplied with OpenSSL. Using \fI--capath\fP can allow
582 If this option is set, the default capath value will be ignored, and if it is
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
NetworkListStoreDataTest.java 162 + "<string name=\"CaPath\"></string>\n"
  /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...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
XmlUtil.java     [all...]
  /external/curl/include/curl/
curl.h     [all...]

Completed in 1845 milliseconds

1 2