Home
last modified time | relevance | path

Searched refs:SSL_set_hostflags (Results 1 – 9 of 9) 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);
28 via SSL_set_hostflags(). Clients that enable DANE TLSA authentication
48 SSL_set_hostflags() sets the I<flags> that will be passed to
76 SSL_set_hostflags() returns nothing at all.
93 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);
357 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/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md301 | `SSL_set_hostflags` | HL | ��U | ��A | ��NC\* | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1884 void SSL_set_hostflags(SSL *s, unsigned int flags);
H A Dssl.h.in1837 void SSL_set_hostflags(SSL *s, unsigned int flags);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1196 void SSL_set_hostflags(SSL *s, unsigned int flags) in SSL_set_hostflags() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4234 MLINKS+= SSL_set1_host.3 SSL_set_hostflags.3