Searched refs:CApath (Results 1 – 8 of 8) sorted by relevance
208 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()
548 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()
518 const char * const ssl_capath = conn_config->CApath; in populate_x509_store()733 !conn_config->CApath && in Curl_wssl_setup_x509_store()
571 const char * const ssl_capath = conn_config->CApath;
3156 const char * const ssl_capath = conn_config->CApath; in populate_x509_store()3444 !conn_config->CApath && in Curl_ssl_setup_x509_store()
140 const char * const ssl_capath = conn_config->CApath; in wssl_init_ctx()
832 if(verify && (conn_config->CAfile || conn_config->CApath)) { in cf_connect_start()
291 char *CApath; /* certificate dir (does not work on Windows) */ member
Completed in 46 milliseconds