Searched refs:SSL_get0_peername (Results 1 – 14 of 14) sorted by relevance
5 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 CommonName69 SSL_get0_peername() returns NULL if peername verification is not93 const char *peername = SSL_get0_peername(ssl);
303 const char *peername = SSL_get0_peername(ssl);362 L<SSL_get0_peername(3)>,
239 SSL_get0_peername;
943 if(SSL_get0_peername(data->ssl)) { in tap_check_peer()946 SSL_get0_peername(data->ssl)); in tap_check_peer()
1352 if(SSL_get0_peername(dtio->ssl)) { in dtio_ssl_check_peer()1356 SSL_get0_peername(dtio->ssl)); in dtio_ssl_check_peer()
173 SSL_get0_peername 174 3_0_0 EXIST::FUNCTION:
1173 const char *peername = SSL_get0_peername(s); in print_verify_detail()
1853 __owur const char *SSL_get0_peername(SSL *s);
1781 __owur const char *SSL_get0_peername(SSL *s);
651 /* Define to 1 if you have the `SSL_get0_peername' function. */
999 AC_CHECK_FUNCS([OPENSSL_init_ssl SSL_CTX_set_security_level SSL_set1_host SSL_get0_peername X509_VE…
3484 if(SSL_get0_peername(c->ssl)) {3488 SSL_get0_peername(c->ssl));
1023 const char *SSL_get0_peername(SSL *s) in SSL_get0_peername() function
4024 MLINKS+= SSL_set1_host.3 SSL_get0_peername.3