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