Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dmbedtls.c166 const char * const ssl_cafile = SSL_CONN_CONFIG(CAfile); in mbed_connect_step1() local
216 if(ssl_cafile) { in mbed_connect_step1()
217 ret = mbedtls_x509_crt_parse_file(&connssl->cacert, ssl_cafile); in mbed_connect_step1()
224 ssl_cafile, -ret, errorbuf); in mbed_connect_step1()
Ddarwinssl.c1043 const char * const ssl_cafile = SSL_CONN_CONFIG(CAfile); local
1360 bool break_on_auth = !conn->ssl_config.verifypeer || ssl_cafile;
1388 if(ssl_cafile) {
1389 bool is_cert_file = is_file(ssl_cafile);
1392 failf(data, "SSL: can't load CA certificate file %s", ssl_cafile);
1566 aprintf("%s:%d:%d:%s:%hu", ssl_cafile,
Dopenssl.c1722 const char * const ssl_cafile = SSL_CONN_CONFIG(CAfile); in ossl_connect_step1() local
2047 if(ssl_cafile || ssl_capath) { in ossl_connect_step1()
2050 if(!SSL_CTX_load_verify_locations(connssl->ctx, ssl_cafile, ssl_capath)) { in ossl_connect_step1()
2055 ssl_cafile ? ssl_cafile : "none", in ossl_connect_step1()
2073 ssl_cafile ? ssl_cafile : "none", in ossl_connect_step1()