Searched refs:SSL_set1_host (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_set1_host.pod | 5 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 D | Version.map | 324 SSL_set1_host;
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | net_help.c | 1359 if(!SSL_set1_host(ssl, auth_name)) { in set_auth_name_on_ssl()
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 402 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 D | ssl.h | 1736 __owur int SSL_set1_host(SSL *s, const char *hostname);
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | config.h.in | 562 /* Define to 1 if you have the `SSL_set1_host' function. */
|
| H A D | configure.ac | 913 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 D | outside_network.c | 3615 if(!SSL_set1_host(cp->ssl, host)) {
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 969 int SSL_set1_host(SSL *s, const char *hostname) in SSL_set1_host() function
|