SSL_get0_peer_certificate
X509 *peer = SSL_get0_peer_certificate(s);
peer = SSL_get0_peer_certificate(s);
peer = SSL_get0_peer_certificate(con);
peer = SSL_get0_peer_certificate(con);
__owur X509 *SSL_get0_peer_certificate(const SSL *s);
X509 *r = SSL_get0_peer_certificate(s);
if (!TEST_ptr(SSL_get0_peer_certificate(ssl)))
X509 *x = SSL_get0_peer_certificate(s);
if (!TEST_ptr(SSL_get0_peer_certificate(clientssl)))
if (!TEST_ptr(SSL_get0_peer_certificate(serverssl)))
cert = SSL_get0_peer_certificate(c_ssl);
if (!TEST_ptr(SSL_get0_peer_certificate(ssl)))