Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dopenssl.c1482 PKCS12 *p12 = NULL; in cert_stuff() local
1512 p12 = d2i_PKCS12_bio(cert_bio, NULL); in cert_stuff()
1515 if(!p12) { in cert_stuff()
1523 if(!PKCS12_parse(p12, key_passwd, &pri, &x509, &ca)) { in cert_stuff()
1529 PKCS12_free(p12); in cert_stuff()
1533 PKCS12_free(p12); in cert_stuff()

Completed in 24 milliseconds