Home
last modified time | relevance | path

Searched refs:SSL_get1_peer_certificate (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_peer_certificate.pod7 SSL_get1_peer_certificate - get the X509 certificate of the peer
14 X509 *SSL_get1_peer_certificate(const SSL *ssl);
39 The reference count of the X509 object returned by SSL_get1_peer_certificate()
47 SSL_get_peer_certificate() is an alias of SSL_get1_peer_certificate().
72 SSL_get0_peer_certificate() and SSL_get1_peer_certificate() were added in 3.0.0.
/freebsd/secure/lib/libssl/
H A DVersion.map533 SSL_get1_peer_certificate;
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c599 cert = SSL_get1_peer_certificate(ssl); in rpctls_connect()
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c931 X509* x = SSL_get1_peer_certificate(data->ssl); in tap_check_peer()
957 X509* x = SSL_get1_peer_certificate(data->ssl); in tap_check_peer()
H A Ddtstream.c1339 X509* x = SSL_get1_peer_certificate(dtio->ssl); in dtio_ssl_check_peer()
1368 X509* x = SSL_get1_peer_certificate(dtio->ssl); in dtio_ssl_check_peer()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c753 cert = SSL_get1_peer_certificate(ssl); in rpctls_server()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c773 x = SSL_get1_peer_certificate(ssl); in setup_ssl()
H A Dunbound-anchor.c804 x = SSL_get1_peer_certificate(ssl); in TLS_initiate()
/freebsd/crypto/openssl/util/
H A Dlibssl.num518 SSL_get1_peer_certificate 519 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1789 __owur X509 *SSL_get1_peer_certificate(const SSL *s);
1792 # define SSL_get_peer_certificate SSL_get1_peer_certificate
H A Dssl.h.in1717 __owur X509 *SSL_get1_peer_certificate(const SSL *s);
1720 # define SSL_get_peer_certificate SSL_get1_peer_certificate
/freebsd/contrib/sendmail/src/
H A Dtls.c58 # define MTA_SSL_get_peer_certificate SSL_get1_peer_certificate
/freebsd/contrib/unbound/
H A Dconfig.h.in654 /* Define to 1 if you have the `SSL_get1_peer_certificate' function. */
H A Dconfigure.ac999 …L_CTX_set_alpn_select_cb SSL_get0_alpn_selected SSL_CTX_set_alpn_protos SSL_get1_peer_certificate])
/freebsd/contrib/unbound/util/
H A Dnetevent.c3471 X509* x = SSL_get1_peer_certificate(c->ssl);
3502 X509* x = SSL_get1_peer_certificate(c->ssl);
/freebsd/contrib/unbound/daemon/
H A Dremote.c3764 X509* x = SSL_get1_peer_certificate(s->ssl); in remote_control_callback()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1598 X509 *SSL_get1_peer_certificate(const SSL *s) in SSL_get1_peer_certificate() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4031 MLINKS+= SSL_get_peer_certificate.3 SSL_get1_peer_certificate.3