Home
last modified time | relevance | path

Searched refs:CApath (Results 1 – 7 of 7) sorted by relevance

/external/curl/lib/vtls/
Dvtls.c100 safe_strequal(data->CApath, needle->CApath) && in Curl_ssl_config_matches()
127 if(source->CApath) { in Curl_clone_ssl_config()
128 dest->CApath = strdup(source->CApath); in Curl_clone_ssl_config()
129 if(!dest->CApath) in Curl_clone_ssl_config()
133 dest->CApath = NULL; in Curl_clone_ssl_config()
165 Curl_safefree(sslc->CApath); in Curl_free_ssl_config()
Dgtls.c472 if(data->set.ssl.CApath) { in gtls_connect_step1()
475 data->set.ssl.CApath, in gtls_connect_step1()
485 rc, data->set.ssl.CApath); in gtls_connect_step1()
Dnss.c1403 const char *capath = data->set.ssl.CApath; in nss_load_ca_certificates()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c461 eay_check_x509cert(cert, CApath, CAfile, local) in eay_check_x509cert() argument
463 char *CApath;
519 error = X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM);
/external/curl/lib/
Durldata.h345 char *CApath; /* certificate dir (doesn't work on windows) */ member
Durl.c5669 data->set.ssl.CApath = data->set.str[STRING_SSL_CAPATH]; in create_conn()
/external/curl/
DCHANGES.03678 - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by