Searched refs:SSL_set1_host (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.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-12.1/secure/lib/libssl/ |
| H A D | Version.map | 324 SSL_set1_host;
|
| /freebsd-12.1/contrib/unbound/services/ |
| H A D | outside_network.c | 387 if(!SSL_set1_host(pend->c->ssl, w->tls_auth_name)) { 2309 if(!SSL_set1_host(cp->ssl, host)) {
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Makefile.man | 401 MAN+= SSL_set1_host.3 2804 MLINKS+= SSL_set1_host.3 SSL_add1_host.3 2805 MLINKS+= SSL_set1_host.3 SSL_get0_peername.3 2806 MLINKS+= SSL_set1_host.3 SSL_set_hostflags.3
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1734 __owur int SSL_set1_host(SSL *s, const char *hostname);
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | config.h.in | 503 /* Define to 1 if you have the `SSL_set1_host' function. */
|
| H A D | configure.ac | 830 AC_CHECK_FUNCS([OPENSSL_init_ssl SSL_CTX_set_security_level SSL_set1_host SSL_get0_peername X509_VE…
|
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 961 int SSL_set1_host(SSL *s, const char *hostname) in SSL_set1_host() function
|