Searched refs:ssl_cafile (Results 1 - 7 of 7) sorted by relevance
/third_party/curl/lib/vquic/ |
H A D | vquic-tls.c | 403 const char * const ssl_cafile = conn_config->CAfile; in curl_wssl_init_ctx() local 407 if(ssl_cafile || ssl_capath) { in curl_wssl_init_ctx() 411 wolfSSL_CTX_load_verify_locations_ex(ctx->ssl_ctx, ssl_cafile, in curl_wssl_init_ctx() 418 ssl_cafile ? ssl_cafile : "none", in curl_wssl_init_ctx() 423 infof(data, " CAfile: %s", ssl_cafile ? ssl_cafile : "none"); in curl_wssl_init_ctx()
|
/third_party/curl/lib/vtls/ |
H A D | wolfssl.c | 365 const char * const ssl_cafile = in wolfssl_connect_step1() local 551 if(ssl_cafile || ssl_capath) { in wolfssl_connect_step1() 554 ssl_cafile, in wolfssl_connect_step1() 563 ssl_cafile ? ssl_cafile : "none", in wolfssl_connect_step1() 578 infof(data, " CAfile: %s", ssl_cafile ? ssl_cafile : "none"); in wolfssl_connect_step1()
|
H A D | mbedtls.c | 333 const char * const ssl_cafile = in mbed_connect_step1() local 401 if(ssl_cafile && verifypeer) { in mbed_connect_step1() 403 ret = mbedtls_x509_crt_parse_file(&backend->cacert, ssl_cafile); in mbed_connect_step1() 408 ssl_cafile, -ret, errorbuf); in mbed_connect_step1()
|
H A D | rustls.c | 378 const char * const ssl_cafile = in cr_init_backend() local 440 else if(ssl_cafile) { in cr_init_backend() 442 config_builder, ssl_cafile); in cr_init_backend()
|
H A D | openssl.c | 3171 const char * const ssl_cafile = in populate_x509_store() local 3181 ssl_cafile? ssl_cafile : "none", !!ca_info_blob); in populate_x509_store() 3226 if(ssl_cafile || ssl_capath) { in populate_x509_store() 3229 if(ssl_cafile && !X509_STORE_load_file(store, ssl_cafile)) { in populate_x509_store() 3232 failf(data, "error setting certificate file: %s", ssl_cafile); in populate_x509_store() 3250 if(!X509_STORE_load_locations(store, ssl_cafile, ssl_capath)) { in populate_x509_store() 3255 ssl_cafile ? ssl_cafile in populate_x509_store() [all...] |
H A D | sectransp.c | 1648 const char * const ssl_cafile = local 1958 ssl_cafile || ssl_cablob; 1986 if((ssl_cafile || ssl_cablob) && verifypeer) { 1988 bool is_cert_file = (!is_cert_data) && is_file(ssl_cafile); 1992 ssl_cafile ? ssl_cafile : "(blob memory)"); 2068 ssl_cafile ? ssl_cafile : "(blob memory)",
|
H A D | bearssl.c | 588 const char * const ssl_cafile = in bearssl_connect_step1() local 645 if(ssl_cafile) { in bearssl_connect_step1() 648 source.data = ssl_cafile; in bearssl_connect_step1() 655 " CAfile: %s", ssl_cafile); in bearssl_connect_step1()
|
Completed in 16 milliseconds