Home
last modified time | relevance | path

Searched refs:CAfile (Results 1 – 16 of 16) sorted by relevance

/curl/lib/vtls/
H A Dwolfssl.c363 (ca_info_blob ? NULL : conn_config->CAfile); in populate_x509_store()
463 free(share->CAfile); in wssl_x509_share_free()
487 if(!mb->CAfile || !conn_config->CAfile) in cached_x509_store_different()
488 return mb->CAfile != conn_config->CAfile; in cached_x509_store_different()
490 return strcmp(mb->CAfile, conn_config->CAfile); in cached_x509_store_different()
542 char *CAfile = NULL; in set_cached_x509_store() local
544 if(conn_config->CAfile) { in set_cached_x509_store()
545 CAfile = strdup(conn_config->CAfile); in set_cached_x509_store()
546 if(!CAfile) { in set_cached_x509_store()
554 free(share->CAfile); in set_cached_x509_store()
[all …]
H A Dgtls.c497 free(shared->CAfile); in Curl_gtls_shared_creds_free()
526 if(config->CAfile) { in gtls_populate_creds()
536 config->CAfile, gnutls_strerror(rc), in gtls_populate_creds()
602 if(!sc->CAfile || !conn_config->CAfile) in gtls_shared_creds_different()
603 return sc->CAfile != conn_config->CAfile; in gtls_shared_creds_different()
605 return strcmp(sc->CAfile, conn_config->CAfile); in gtls_shared_creds_different()
644 DEBUGASSERT(!sc->CAfile); in gtls_set_cached_creds()
649 if(conn_config->CAfile) { in gtls_set_cached_creds()
650 sc->CAfile = strdup(conn_config->CAfile); in gtls_set_cached_creds()
651 if(!sc->CAfile) in gtls_set_cached_creds()
[all …]
H A Dgtls.h51 char *CAfile; /* CAfile path used to generate X509 store */ member
H A Dschannel_int.h169 char *CAfile; /* CAfile path used to generate member
H A Dschannel.c1106 if(conn_config->CAfile || conn_config->ca_info_blob) { in schannel_connect_step1()
1120 if(conn_config->CAfile || conn_config->ca_info_blob) { in schannel_connect_step1()
2811 if(!conn_config->CAfile || !share->CAfile || in Curl_schannel_get_cached_cert_store()
2812 strcmp(share->CAfile, conn_config->CAfile)) { in Curl_schannel_get_cached_cert_store()
2831 free(share->CAfile); in schannel_cert_share_free()
2845 char *CAfile = NULL; in Curl_schannel_set_cached_cert_store() local
2882 if(conn_config->CAfile) { in Curl_schannel_set_cached_cert_store()
2883 CAfile = strdup(conn_config->CAfile); in Curl_schannel_set_cached_cert_store()
2884 if(!CAfile) { in Curl_schannel_set_cached_cert_store()
2895 free(share->CAfile); in Curl_schannel_set_cached_cert_store()
[all …]
H A Dopenssl.c3206 (ca_info_blob ? NULL : conn_config->CAfile); in populate_x509_store()
3378 free(share->CAfile); in oss_x509_share_free()
3402 if(!mb->CAfile || !conn_config->CAfile) in cached_x509_store_different()
3403 return mb->CAfile != conn_config->CAfile; in cached_x509_store_different()
3405 return strcmp(mb->CAfile, conn_config->CAfile); in cached_x509_store_different()
3457 char *CAfile = NULL; in set_cached_x509_store() local
3459 if(conn_config->CAfile) { in set_cached_x509_store()
3460 CAfile = strdup(conn_config->CAfile); in set_cached_x509_store()
3461 if(!CAfile) { in set_cached_x509_store()
3469 free(share->CAfile); in set_cached_x509_store()
[all …]
H A Dschannel_verify.c627 (conn_config->CAfile || conn_config->ca_info_blob) && in Curl_verify_certificate()
673 conn_config->CAfile, in Curl_verify_certificate()
H A Dvtls.c191 Curl_safecmp(c1->CAfile, c2->CAfile) && in match_ssl_primary_config()
238 CLONE_STRING(CAfile); in clone_ssl_primary_config()
257 Curl_safefree(sslc->CAfile); in Curl_free_primary_ssl_config()
277 data->set.ssl.primary.CAfile = data->set.str[STRING_SSL_CAFILE]; in Curl_ssl_easy_config_complete()
303 data->set.proxy_ssl.primary.CAfile = data->set.str[STRING_SSL_CAFILE_PROXY]; in Curl_ssl_easy_config_complete()
H A Dsectransp.c1083 (ssl_cablob ? NULL : conn_config->CAfile);
1970 if((conn_config->CAfile || conn_config->ca_info_blob) &&
1972 CURLcode result = verify_cert(cf, data, conn_config->CAfile,
2825 if((conn_config->CAfile || conn_config->ca_info_blob) &&
2827 CURLcode result = verify_cert(cf, data, conn_config->CAfile,
H A Drustls.c436 (ca_info_blob ? NULL : conn_config->CAfile); in cr_init_backend()
H A Dbearssl.c492 (ca_info_blob ? NULL : conn_config->CAfile); in bearssl_connect_step1()
H A Dmbedtls.c511 (ca_info_blob ? NULL : conn_config->CAfile); in mbed_connect_step1()
/curl/lib/vquic/
H A Dvquic-tls.c139 const char * const ssl_cafile = conn_config->CAfile; in Curl_wssl_init_ctx()
H A Dcurl_msh3.c825 if(verify && (conn_config->CAfile || conn_config->CApath)) { in cf_connect_start()
/curl/lib/
H A Dldap.c383 char *ldap_ca = conn->ssl_config.CAfile; in ldap_do()
H A Durldata.h280 char *CAfile; /* certificate to verify peer against */ member

Completed in 736 milliseconds