Home
last modified time | relevance | path

Searched refs:SSL_get0_peername (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_set1_host.pod5 SSL_set1_host, SSL_add1_host, SSL_set_hostflags, SSL_get0_peername -
15 const char *SSL_get0_peername(SSL *s);
46 SSL_get0_peername() returns the DNS hostname or subject CommonName
69 SSL_get0_peername() returns NULL if peername verification is not
93 const char *peername = SSL_get0_peername(ssl);
H A DSSL_CTX_dane_enable.pod303 const char *peername = SSL_get0_peername(ssl);
362 L<SSL_get0_peername(3)>,
/freebsd/secure/lib/libssl/
H A DVersion.map239 SSL_get0_peername;
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c854 if(SSL_get0_peername(data->ssl)) { in tap_check_peer()
857 SSL_get0_peername(data->ssl)); in tap_check_peer()
H A Ddtstream.c1335 if(SSL_get0_peername(dtio->ssl)) { in dtio_ssl_check_peer()
1339 SSL_get0_peername(dtio->ssl)); in dtio_ssl_check_peer()
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c1172 const char *peername = SSL_get0_peername(s); in print_verify_detail()
/freebsd/crypto/openssl/util/
H A Dlibssl.num173 SSL_get0_peername 174 3_0_0 EXIST::FUNCTION:
/freebsd/contrib/unbound/util/
H A Dnetevent.c1707 if(SSL_get0_peername(c->ssl)) {
1711 SSL_get0_peername(c->ssl));
/freebsd/contrib/unbound/
H A Dconfig.h.in572 /* Define to 1 if you have the `SSL_get0_peername' function. */
H A Dconfigure.ac951 AC_CHECK_FUNCS([OPENSSL_init_ssl SSL_CTX_set_security_level SSL_set1_host SSL_get0_peername X509_VE…
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1853 __owur const char *SSL_get0_peername(SSL *s);
H A Dssl.h.in1781 __owur const char *SSL_get0_peername(SSL *s);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1023 const char *SSL_get0_peername(SSL *s) in SSL_get0_peername() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4024 MLINKS+= SSL_set1_host.3 SSL_get0_peername.3