Searched refs:ssl_capath (Results 1 - 4 of 4) sorted by relevance
/third_party/curl/lib/vquic/ |
H A D | vquic-tls.c | 404 const char * const ssl_capath = conn_config->CApath; in curl_wssl_init_ctx() local 407 if(ssl_cafile || ssl_capath) { in curl_wssl_init_ctx() 412 ssl_capath, in curl_wssl_init_ctx() 419 ssl_capath ? ssl_capath : "none"); in curl_wssl_init_ctx() 424 infof(data, " CApath: %s", ssl_capath ? ssl_capath : "none"); in curl_wssl_init_ctx()
|
/third_party/curl/lib/vtls/ |
H A D | wolfssl.c | 368 const char * const ssl_capath = conn_config->CApath; in wolfssl_connect_step1() local 551 if(ssl_cafile || ssl_capath) { in wolfssl_connect_step1() 555 ssl_capath, in wolfssl_connect_step1() 564 ssl_capath ? ssl_capath : "none"); in wolfssl_connect_step1() 579 infof(data, " CApath: %s", ssl_capath ? ssl_capath : "none"); in wolfssl_connect_step1()
|
H A D | mbedtls.c | 337 const char * const ssl_capath = conn_config->CApath; in mbed_connect_step1() local 417 if(ssl_capath) { in mbed_connect_step1() 419 ret = mbedtls_x509_crt_parse_path(&backend->cacert, ssl_capath); in mbed_connect_step1() 424 ssl_capath, -ret, errorbuf); in mbed_connect_step1()
|
H A D | openssl.c | 3174 const char * const ssl_capath = conn_config->CApath; in populate_x509_store() local 3226 if(ssl_cafile || ssl_capath) { in populate_x509_store() 3238 if(ssl_capath && !X509_STORE_load_path(store, ssl_capath)) { in populate_x509_store() 3241 failf(data, "error setting certificate path: %s", ssl_capath); in populate_x509_store() 3250 if(!X509_STORE_load_locations(store, ssl_cafile, ssl_capath)) { in populate_x509_store() 3256 ssl_capath ? ssl_capath : "none"); in populate_x509_store() 3266 infof(data, " CApath: %s", ssl_capath ? ssl_capath in populate_x509_store() [all...] |
Completed in 16 milliseconds