Home
last modified time | relevance | path

Searched refs:SSL_set1_host (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_set1_host.pod5 SSL_set1_host, SSL_add1_host, SSL_set_hostflags, SSL_get0_peername -
12 int SSL_set1_host(SSL *s, const char *hostname);
21 SSL_set1_host() sets the expected DNS hostname to B<name> clearing
30 SSL_set1_host().
34 SSL_set1_host() or SSL_add1_host() are retained, no change is made
50 of the reference identifiers configured via SSL_set1_host() or
66 SSL_set1_host() and SSL_add1_host() return 1 for success and 0 for
85 if (!SSL_set1_host(ssl, "smtp.example.com"))
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map324 SSL_set1_host;
/freebsd-13.1/contrib/unbound/util/
H A Dnet_help.c1359 if(!SSL_set1_host(ssl, auth_name)) { in set_auth_name_on_ssl()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile402 MAN+= SSL_set1_host.3
2833 MLINKS+= SSL_set1_host.3 SSL_add1_host.3
2834 MLINKS+= SSL_set1_host.3 SSL_get0_peername.3
2835 MLINKS+= SSL_set1_host.3 SSL_set_hostflags.3
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1736 __owur int SSL_set1_host(SSL *s, const char *hostname);
/freebsd-13.1/contrib/unbound/
H A Dconfig.h.in562 /* Define to 1 if you have the `SSL_set1_host' function. */
H A Dconfigure.ac913 AC_CHECK_FUNCS([OPENSSL_init_ssl SSL_CTX_set_security_level SSL_set1_host SSL_get0_peername X509_VE…
/freebsd-13.1/contrib/unbound/services/
H A Doutside_network.c3615 if(!SSL_set1_host(cp->ssl, host)) {
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c969 int SSL_set1_host(SSL *s, const char *hostname) in SSL_set1_host() function