[][src]Function tabbyssl::libssl::ssl::tabby_SSL_get_peer_certificates

#[no_mangle]pub extern "C" fn tabby_SSL_get_peer_certificates(
    ssl_ptr: *mut TABBY_SSL
) -> *mut TABBY_STACK_TABBY_X509

SSL_get_peer_certificates - get the X509 certificate chain of the peer

 #include <openssl/ssl.h>

STACK_OF(X509) *SSL_get_peer_certificates(const SSL *ssl);