Searched refs:p12 (Results 1 – 1 of 1) sorted by relevance
1482 PKCS12 *p12 = NULL; in cert_stuff() local1512 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