SSL_get_peer_certificate

Gets the X509 certificate of the peer

extern (C)
SSL_get_peer_certificate
(
Const!(SSL)* s
)

Parameters

s Const!(SSL)*

the SSL object

Return Value

Type: X509*

A pointer to the X509 certificate which the peer presented

Meta