Home
last modified time | relevance | path

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

/src/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);
53 SSL_get0_peername() returns the DNS hostname or subject CommonName
78 SSL_get0_peername() returns NULL if peername verification is not
102 const char *peername = SSL_get0_peername(ssl);
H A DSSL_CTX_dane_enable.pod303 const char *peername = SSL_get0_peername(ssl);
365 L<SSL_get0_peername(3)>,
/src/secure/lib/libssl/
H A DVersion.map239 SSL_get0_peername;
/src/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c944 if(SSL_get0_peername(data->ssl)) { in tap_check_peer()
947 SSL_get0_peername(data->ssl)); in tap_check_peer()
H A Ddtstream.c1352 if(SSL_get0_peername(dtio->ssl)) { in dtio_ssl_check_peer()
1356 SSL_get0_peername(dtio->ssl)); in dtio_ssl_check_peer()
/src/crypto/openssl/util/
H A Dlibssl.num173 SSL_get0_peername 174 3_0_0 EXIST::FUNCTION:
/src/crypto/openssl/apps/lib/
H A Ds_cb.c1260 const char *peername = SSL_get0_peername(s); in print_verify_detail()
/src/contrib/unbound/
H A Dconfig.h.in661 /* Define to 1 if you have the 'SSL_get0_peername' function. */
H A Dconfigure.ac1006 AC_CHECK_FUNCS([OPENSSL_init_ssl SSL_CTX_set_security_level SSL_set1_host SSL_get0_peername X509_VE…
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md322 | `SSL_get0_peername` | HL | ��U | ��A | ��NC\* | ��Done …
/src/crypto/openssl/include/openssl/
H A Dssl.h1889 __owur const char *SSL_get0_peername(SSL *s);
H A Dssl.h.in1842 __owur const char *SSL_get0_peername(SSL *s);
/src/contrib/unbound/util/
H A Dnetevent.c3519 if(SSL_get0_peername(c->ssl)) {
3523 SSL_get0_peername(c->ssl));
/src/crypto/openssl/ssl/
H A Dssl_lib.c1198 const char *SSL_get0_peername(SSL *s) in SSL_get0_peername() function
/src/secure/lib/libcrypto/man/man3/
H A DMakefile4576 MLINKS+= SSL_set1_host.3 SSL_get0_peername.3