Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dvquic-tls.c139 const char * const ssl_cafile = conn_config->CAfile; in curl_wssl_init_ctx() local
143 if(ssl_cafile || ssl_capath) { in curl_wssl_init_ctx()
147 wolfSSL_CTX_load_verify_locations_ex(ctx->ssl_ctx, ssl_cafile, in curl_wssl_init_ctx()
154 ssl_cafile ? ssl_cafile : "none", in curl_wssl_init_ctx()
159 infof(data, " CAfile: %s", ssl_cafile ? ssl_cafile : "none"); in curl_wssl_init_ctx()
/curl/lib/vtls/
H A Dwolfssl.c374 const char * const ssl_cafile = in wolfssl_connect_step1() local
561 if(ssl_cafile || ssl_capath) { in wolfssl_connect_step1()
564 ssl_cafile, in wolfssl_connect_step1()
573 ssl_cafile ? ssl_cafile : "none", in wolfssl_connect_step1()
588 infof(data, " CAfile: %s", ssl_cafile ? ssl_cafile : "none"); in wolfssl_connect_step1()
H A Drustls.c434 const char * const ssl_cafile = in cr_init_backend() local
473 else if(ca_info_blob || ssl_cafile) { in cr_init_backend()
490 else if(ssl_cafile) { in cr_init_backend()
493 roots_builder, ssl_cafile, verifypeer); in cr_init_backend()
H A Dbearssl.c490 const char * const ssl_cafile = in bearssl_connect_step1() local
547 if(ssl_cafile) { in bearssl_connect_step1()
550 source.data = ssl_cafile; in bearssl_connect_step1()
557 " CAfile: %s", ssl_cafile); in bearssl_connect_step1()
H A Dopenssl.c3196 const char * const ssl_cafile = in populate_x509_store() local
3206 ssl_cafile? ssl_cafile : "none", !!ca_info_blob); in populate_x509_store()
3251 if(ssl_cafile || ssl_capath) { in populate_x509_store()
3254 if(ssl_cafile && !X509_STORE_load_file(store, ssl_cafile)) { in populate_x509_store()
3257 failf(data, "error setting certificate file: %s", ssl_cafile); in populate_x509_store()
3275 if(!X509_STORE_load_locations(store, ssl_cafile, ssl_capath)) { in populate_x509_store()
3280 ssl_cafile ? ssl_cafile : "none", in populate_x509_store()
3290 infof(data, " CAfile: %s", ssl_cafile ? ssl_cafile : "none"); in populate_x509_store()
3295 if(!ssl_cafile && !ssl_capath && in populate_x509_store()
H A Dmbedtls.c495 const char * const ssl_cafile = in mbed_connect_step1() local
573 if(ssl_cafile && verifypeer) { in mbed_connect_step1()
575 ret = mbedtls_x509_crt_parse_file(&backend->cacert, ssl_cafile); in mbed_connect_step1()
580 ssl_cafile, -ret, errorbuf); in mbed_connect_step1()
H A Dsectransp.c1458 const char * const ssl_cafile = local
1768 ssl_cafile || ssl_cablob;
1796 if((ssl_cafile || ssl_cablob) && verifypeer) {
1798 bool is_cert_file = (!is_cert_data) && is_file(ssl_cafile);
1802 ssl_cafile ? ssl_cafile : "(blob memory)");
1878 ssl_cafile ? ssl_cafile : "(blob memory)",

Completed in 40 milliseconds