Home
last modified time | relevance | path

Searched refs:SSL_set1_host (Results 1 – 16 of 16) 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 -
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/crypto/openssl/demos/bio/
H A Dsconnect.c72 if (!hostname || SSL_set1_host(ssl, hostname) <= 0) in main()
/freebsd/secure/lib/libssl/
H A DVersion.map322 SSL_set1_host;
/freebsd/crypto/openssl/util/
H A Dlibssl.num170 SSL_set1_host 171 3_0_0 EXIST::FUNCTION:
/freebsd/contrib/unbound/util/
H A Dnet_help.c1562 if(!SSL_set1_host(ssl, auth_name)) { in set_auth_name_on_ssl()
/freebsd/crypto/openssl/doc/
H A Dbuild.info2578 DEPEND[html/man3/SSL_set1_host.html]=man3/SSL_set1_host.pod
2579 GENERATE[html/man3/SSL_set1_host.html]=man3/SSL_set1_host.pod
2580 DEPEND[man/man3/SSL_set1_host.3]=man3/SSL_set1_host.pod
2581 GENERATE[man/man3/SSL_set1_host.3]=man3/SSL_set1_host.pod
3430 html/man3/SSL_set1_host.html \
4038 man/man3/SSL_set1_host.3 \
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile526 MAN+= SSL_set1_host.3
3971 MLINKS+= SSL_set1_host.3 SSL_add1_host.3
4024 MLINKS+= SSL_set1_host.3 SSL_get0_peername.3
4165 MLINKS+= SSL_set1_host.3 SSL_set_hostflags.3
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-verification-options.pod34 L<SSL_CTX_dane_enable(3)>, L<SSL_set1_host(3)>,
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1851 __owur int SSL_set1_host(SSL *s, const char *hostname);
H A Dssl.h.in1779 __owur int SSL_set1_host(SSL *s, const char *hostname);
/freebsd/contrib/unbound/
H A Dconfig.h.in660 /* Define to 1 if you have the `SSL_set1_host' function. */
H A Dconfigure.ac999 AC_CHECK_FUNCS([OPENSSL_init_ssl SSL_CTX_set_security_level SSL_set1_host SSL_get0_peername X509_VE…
/freebsd/contrib/unbound/services/
H A Doutside_network.c3690 if(!SSL_set1_host(cp->ssl, host)) {
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c979 int SSL_set1_host(SSL *s, const char *hostname) in SSL_set1_host() function
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2379 SSL_set1_host() and SSL_add1_host() Changes
/freebsd/crypto/openssl/
H A DCHANGES.md1457 * Allow `SSL_set1_host()` and `SSL_add1_host()` to take IP literal addresses