[][src]Function mesalink::libcrypto::pem::mesalink_PEM_read_bio_X509

#[no_mangle]
pub extern "C" fn mesalink_PEM_read_bio_X509(
    bio_ptr: *mut MESALINK_BIO,
    x509_pp: *mut *mut MESALINK_X509,
    _cb: *mut c_void,
    _u: *mut c_void
) -> *mut MESALINK_X509

PEM_read_bio_X509 reads a X509 certificate from bio. If there are multiple certificates in the bio, only the first one is read.

#include <mesalink/openssl/pem.h>

X509 *PEM_read_bio_X509(BIO *bio, X509 **x, pem_password_cb *cb, void *u);