Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dopenssl.c1428 BIO *cert_bio = NULL; in cert_stuff() local
1433 cert_bio = BIO_new_mem_buf(cert_blob->data, (int)(cert_blob->len)); in cert_stuff()
1434 if(!cert_bio) { in cert_stuff()
1444 cert_bio = BIO_new(BIO_s_file()); in cert_stuff()
1445 if(!cert_bio) { in cert_stuff()
1454 if(BIO_read_filename(cert_bio, cert_file) <= 0) { in cert_stuff()
1456 BIO_free(cert_bio); in cert_stuff()
1461 p12 = d2i_PKCS12_bio(cert_bio, NULL); in cert_stuff()
1462 BIO_free(cert_bio); in cert_stuff()

Completed in 14 milliseconds