Searched refs:SSL_set_hostflags (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_set1_host.pod | 5 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 D | SSL_CTX_dane_enable.pod | 221 SSL_set_hostflags(ssl, X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS); 357 L<SSL_set_hostflags(3)>,
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 340 SSL_set_hostflags;
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 350 SSL_set_hostflags 351 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 301 | `SSL_set_hostflags` | HL | U | A | NC\* | Done …
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1884 void SSL_set_hostflags(SSL *s, unsigned int flags);
|
H A D | ssl.h.in | 1837 void SSL_set_hostflags(SSL *s, unsigned int flags);
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 1196 void SSL_set_hostflags(SSL *s, unsigned int flags) in SSL_set_hostflags() function
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4234 MLINKS+= SSL_set1_host.3 SSL_set_hostflags.3
|