Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dmbedtls.c572 char * const ssl_cert = ssl_config->primary.clientcert; local
672 if(ssl_cert) {
674 ret = mbedtls_x509_crt_parse_file(&backend->clicert, ssl_cert);
679 ssl_cert, -ret, errorbuf);
H A Dsectransp.c1043 char * const ssl_cert = ssl_config->primary.clientcert; local
1127 if(ssl_cert || ssl_cert_blob) {
1129 bool is_cert_file = (!is_cert_data) && is_file(ssl_cert);
1137 err = CopyIdentityWithLabel(ssl_cert, &cert_and_key);
1150 err = CopyIdentityFromPKCS12File(ssl_cert, ssl_cert_blob,
1190 is_cert_data ? "(memory blob)" : ssl_cert;
H A Dopenssl.c3496 char * const ssl_cert = ssl_config->primary.clientcert; in Curl_ossl_ctx_init() local
3686 if(ssl_cert || ssl_cert_blob || ssl_cert_type) { in Curl_ossl_ctx_init()
3689 ssl_cert, ssl_cert_blob, ssl_cert_type, in Curl_ossl_ctx_init()

Completed in 25 milliseconds