Searched refs:CAfile (Results 1 – 16 of 16) sorted by relevance
/curl/lib/vtls/ |
H A D | wolfssl.c | 517 (ca_info_blob ? NULL : conn_config->CAfile); in populate_x509_store() 618 free(share->CAfile); in wssl_x509_share_free() 642 if(!mb->CAfile || !conn_config->CAfile) in cached_x509_store_different() 643 return mb->CAfile != conn_config->CAfile; in cached_x509_store_different() 645 return strcmp(mb->CAfile, conn_config->CAfile); in cached_x509_store_different() 697 char *CAfile = NULL; in set_cached_x509_store() local 699 if(conn_config->CAfile) { in set_cached_x509_store() 700 CAfile = strdup(conn_config->CAfile); in set_cached_x509_store() 701 if(!CAfile) { in set_cached_x509_store() 709 free(share->CAfile); in set_cached_x509_store() [all …]
|
H A D | gtls.c | 498 free(shared->CAfile); in Curl_gtls_shared_creds_free() 527 if(config->CAfile) { in gtls_populate_creds() 537 config->CAfile, gnutls_strerror(rc), in gtls_populate_creds() 603 if(!sc->CAfile || !conn_config->CAfile) in gtls_shared_creds_different() 604 return sc->CAfile != conn_config->CAfile; in gtls_shared_creds_different() 606 return strcmp(sc->CAfile, conn_config->CAfile); in gtls_shared_creds_different() 645 DEBUGASSERT(!sc->CAfile); in gtls_set_cached_creds() 650 if(conn_config->CAfile) { in gtls_set_cached_creds() 651 sc->CAfile = strdup(conn_config->CAfile); in gtls_set_cached_creds() 652 if(!sc->CAfile) in gtls_set_cached_creds() [all …]
|
H A D | gtls.h | 52 char *CAfile; /* CAfile path used to generate X509 store */ member
|
H A D | schannel_int.h | 172 char *CAfile; /* CAfile path used to generate member
|
H A D | schannel.c | 932 if(conn_config->CAfile || conn_config->ca_info_blob) { in schannel_connect_step1() 946 if(conn_config->CAfile || conn_config->ca_info_blob) { in schannel_connect_step1() 2696 if(!conn_config->CAfile || !share->CAfile || in Curl_schannel_get_cached_cert_store() 2697 strcmp(share->CAfile, conn_config->CAfile)) { in Curl_schannel_get_cached_cert_store() 2715 free(share->CAfile); in schannel_cert_share_free() 2728 char *CAfile = NULL; in Curl_schannel_set_cached_cert_store() local 2761 if(conn_config->CAfile) { in Curl_schannel_set_cached_cert_store() 2762 CAfile = strdup(conn_config->CAfile); in Curl_schannel_set_cached_cert_store() 2763 if(!CAfile) { in Curl_schannel_set_cached_cert_store() 2773 free(share->CAfile); in Curl_schannel_set_cached_cert_store() [all …]
|
H A D | openssl.c | 3155 (ca_info_blob ? NULL : conn_config->CAfile); in populate_x509_store() 3328 free(share->CAfile); in oss_x509_share_free() 3353 if(!mb->CAfile || !conn_config->CAfile) in cached_x509_store_different() 3354 return mb->CAfile != conn_config->CAfile; in cached_x509_store_different() 3356 return strcmp(mb->CAfile, conn_config->CAfile); in cached_x509_store_different() 3408 char *CAfile = NULL; in set_cached_x509_store() local 3410 if(conn_config->CAfile) { in set_cached_x509_store() 3411 CAfile = strdup(conn_config->CAfile); in set_cached_x509_store() 3412 if(!CAfile) { in set_cached_x509_store() 3420 free(share->CAfile); in set_cached_x509_store() [all …]
|
H A D | schannel_verify.c | 703 (conn_config->CAfile || conn_config->ca_info_blob) && in Curl_verify_certificate() 749 conn_config->CAfile, in Curl_verify_certificate()
|
H A D | vtls.c | 209 Curl_safecmp(c1->CAfile, c2->CAfile) && in match_ssl_primary_config() 256 CLONE_STRING(CAfile); in clone_ssl_primary_config() 275 Curl_safefree(sslc->CAfile); in free_primary_ssl_config() 295 data->set.ssl.primary.CAfile = data->set.str[STRING_SSL_CAFILE]; in Curl_ssl_easy_config_complete() 321 data->set.proxy_ssl.primary.CAfile = data->set.str[STRING_SSL_CAFILE_PROXY]; in Curl_ssl_easy_config_complete()
|
H A D | sectransp.c | 1041 (ssl_cablob ? NULL : conn_config->CAfile); 1827 if((conn_config->CAfile || conn_config->ca_info_blob) && 1829 CURLcode result = verify_cert(cf, data, conn_config->CAfile, 2702 if((conn_config->CAfile || conn_config->ca_info_blob) && 2704 CURLcode result = verify_cert(cf, data, conn_config->CAfile,
|
H A D | rustls.c | 542 (ca_info_blob ? NULL : conn_config->CAfile); in cr_init_backend()
|
H A D | bearssl.c | 543 (ca_info_blob ? NULL : conn_config->CAfile); in bearssl_connect_step1()
|
H A D | mbedtls.c | 569 (ca_info_blob ? NULL : conn_config->CAfile);
|
/curl/lib/vquic/ |
H A D | vquic-tls.c | 139 const char * const ssl_cafile = conn_config->CAfile; in wssl_init_ctx()
|
H A D | curl_msh3.c | 832 if(verify && (conn_config->CAfile || conn_config->CApath)) { in cf_connect_start()
|
/curl/lib/ |
H A D | ldap.c | 383 char *ldap_ca = conn->ssl_config.CAfile; in ldap_do()
|
H A D | urldata.h | 292 char *CAfile; /* certificate to verify peer against */ member
|
Completed in 99 milliseconds