Searched refs:SSL_set1_host (Results 1 – 16 of 16) 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 - 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 D | sconnect.c | 72 if (!hostname || SSL_set1_host(ssl, hostname) <= 0) in main()
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 322 SSL_set1_host;
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 170 SSL_set1_host 171 3_0_0 EXIST::FUNCTION:
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 1562 if(!SSL_set1_host(ssl, auth_name)) { in set_auth_name_on_ssl()
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 2578 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 D | Makefile | 526 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 D | openssl-verification-options.pod | 34 L<SSL_CTX_dane_enable(3)>, L<SSL_set1_host(3)>,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1851 __owur int SSL_set1_host(SSL *s, const char *hostname);
|
H A D | ssl.h.in | 1779 __owur int SSL_set1_host(SSL *s, const char *hostname);
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 660 /* Define to 1 if you have the `SSL_set1_host' function. */
|
H A D | configure.ac | 999 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 D | outside_network.c | 3690 if(!SSL_set1_host(cp->ssl, host)) {
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 979 int SSL_set1_host(SSL *s, const char *hostname) in SSL_set1_host() function
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 2379 SSL_set1_host() and SSL_add1_host() Changes
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 1457 * Allow `SSL_set1_host()` and `SSL_add1_host()` to take IP literal addresses
|