Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dvtls.c208 Curl_safecmp(c1->CApath, c2->CApath) && in match_ssl_primary_config()
255 CLONE_STRING(CApath); in clone_ssl_primary_config()
274 Curl_safefree(sslc->CApath); in free_primary_ssl_config()
294 data->set.ssl.primary.CApath = data->set.str[STRING_SSL_CAPATH]; in Curl_ssl_easy_config_complete()
320 data->set.proxy_ssl.primary.CApath = data->set.str[STRING_SSL_CAPATH_PROXY]; in Curl_ssl_easy_config_complete()
H A Dgtls.c548 if(config->CApath) { in gtls_populate_creds()
550 rc = gnutls_certificate_set_x509_trust_dir(creds, config->CApath, in gtls_populate_creds()
554 config->CApath, gnutls_strerror(rc), in gtls_populate_creds()
562 infof(data, "found %d certificates in %s", rc, config->CApath); in gtls_populate_creds()
685 !conn_config->CApath && in Curl_gtls_client_trust_setup()
H A Dwolfssl.c518 const char * const ssl_capath = conn_config->CApath; in populate_x509_store()
733 !conn_config->CApath && in Curl_wssl_setup_x509_store()
H A Dmbedtls.c571 const char * const ssl_capath = conn_config->CApath;
H A Dopenssl.c3156 const char * const ssl_capath = conn_config->CApath; in populate_x509_store()
3444 !conn_config->CApath && in Curl_ssl_setup_x509_store()
/curl/lib/vquic/
H A Dvquic-tls.c140 const char * const ssl_capath = conn_config->CApath; in wssl_init_ctx()
H A Dcurl_msh3.c832 if(verify && (conn_config->CAfile || conn_config->CApath)) { in cf_connect_start()
/curl/lib/
H A Durldata.h291 char *CApath; /* certificate dir (does not work on Windows) */ member

Completed in 46 milliseconds