Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dmbedtls.c577 char * const ssl_cert = ssl_config->primary.clientcert; local
677 if(ssl_cert) {
679 ret = mbedtls_x509_crt_parse_file(&backend->clicert, ssl_cert);
684 ssl_cert, -ret, errorbuf);
H A Dsectransp.c1048 char * const ssl_cert = ssl_config->primary.clientcert; local
1132 if(ssl_cert || ssl_cert_blob) {
1134 bool is_cert_file = (!is_cert_data) && is_file(ssl_cert);
1142 err = CopyIdentityWithLabel(ssl_cert, &cert_and_key);
1155 err = CopyIdentityFromPKCS12File(ssl_cert, ssl_cert_blob,
1195 is_cert_data ? "(memory blob)" : ssl_cert;
H A Dopenssl.c3660 char * const ssl_cert = ssl_config->primary.clientcert; in Curl_ossl_ctx_init() local
3851 if(ssl_cert || ssl_cert_blob || ssl_cert_type) { in Curl_ossl_ctx_init()
3854 ssl_cert, ssl_cert_blob, ssl_cert_type, in Curl_ossl_ctx_init()

Completed in 44 milliseconds