Home
last modified time | relevance | path

Searched refs:SSL_set_hostflags (Results 1 – 3 of 3) sorted by path

/dragonfly/crypto/libressl/
H A DChangeLog837 * Provide SSL_set_hostflags(3) and SSL_get0_peername(3).
851 * Document SSL_set_hostflags(3) and SSL_get0_peername(3).
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1288 void SSL_set_hostflags(SSL *s, unsigned int flags);
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c473 SSL_set_hostflags(SSL *s, unsigned int flags) in SSL_set_hostflags() function