Function mesalink::libssl::ssl::mesalink_SSL_get_peer_certificate[][src]

#[no_mangle]
pub extern "C" fn mesalink_SSL_get_peer_certificate(
    ssl_ptr: *mut MESALINK_SSL
) -> *mut MESALINK_X509
Expand description

SSL_get_peer_certificate - get the X509 certificate of the peer

 #include <openssl/ssl.h>

X509 *SSL_get_peer_certificate(const SSL *ssl);