Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dopenssl.c1395 BIO *cert_bio = NULL; in cert_stuff() local
1400 cert_bio = BIO_new_mem_buf(cert_blob->data, (int)(cert_blob->len)); in cert_stuff()
1401 if(!cert_bio) { in cert_stuff()
1411 cert_bio = BIO_new(BIO_s_file()); in cert_stuff()
1412 if(!cert_bio) { in cert_stuff()
1421 if(BIO_read_filename(cert_bio, cert_file) <= 0) { in cert_stuff()
1423 BIO_free(cert_bio); in cert_stuff()
1428 p12 = d2i_PKCS12_bio(cert_bio, NULL); in cert_stuff()
1429 BIO_free(cert_bio); in cert_stuff()

Completed in 23 milliseconds