Searched refs:SSL_get0_peer_certificate (Results 1 – 13 of 13) sorted by relevance
6 SSL_get0_peer_certificate,13 X509 *SSL_get0_peer_certificate(const SSL *ssl);44 The reference count of the X509 object returned by SSL_get0_peer_certificate()72 SSL_get0_peer_certificate() and SSL_get1_peer_certificate() were added in 3.0.0.
536 SSL_get0_peer_certificate;
517 SSL_get0_peer_certificate 518 3_0_0 EXIST::FUNCTION:
1244 peer = SSL_get0_peer_certificate(s); in print_ssl_summary()
1258 X509 *x = SSL_get0_peer_certificate(s); in peer_pkey_type()
2965 peer = SSL_get0_peer_certificate(con); in print_connection_info()3291 peer = SSL_get0_peer_certificate(con); in www_body()
3180 peer = SSL_get0_peer_certificate(s); in print_stuff()
779 cert = SSL_get0_peer_certificate(c_ssl); in print_details()
8582 if (!TEST_ptr(SSL_get0_peer_certificate(ssl))) in client_cert_cb()
1600 X509 *r = SSL_get0_peer_certificate(s); in SSL_get1_peer_certificate()1608 X509 *SSL_get0_peer_certificate(const SSL *s) in SSL_get0_peer_certificate() function
1788 __owur X509 *SSL_get0_peer_certificate(const SSL *s);
1716 __owur X509 *SSL_get0_peer_certificate(const SSL *s);
4023 MLINKS+= SSL_get_peer_certificate.3 SSL_get0_peer_certificate.3