Home
last modified time | relevance | path

Searched refs:SSL_set_hostflags (Results 1 – 8 of 8) 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 -
14 void SSL_set_hostflags(SSL *s, unsigned int flags);
27 via SSL_set_hostflags(). Clients that enable DANE TLSA authentication
41 SSL_set_hostflags() sets the B<flags> that will be passed to
84 SSL_set_hostflags(ssl, X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS);
H A DSSL_CTX_dane_enable.pod221 SSL_set_hostflags(ssl, X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS);
354 L<SSL_set_hostflags(3)>,
/freebsd/secure/lib/libssl/
H A DVersion.map340 SSL_set_hostflags;
/freebsd/crypto/openssl/util/
H A Dlibssl.num350 SSL_set_hostflags 351 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1854 void SSL_set_hostflags(SSL *s, unsigned int flags);
H A Dssl.h.in1782 void SSL_set_hostflags(SSL *s, unsigned int flags);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1018 void SSL_set_hostflags(SSL *s, unsigned int flags) in SSL_set_hostflags() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4165 MLINKS+= SSL_set1_host.3 SSL_set_hostflags.3