Home
last modified time | relevance | path

Searched refs:SSL_set_tlsext_host_name (Results 1 – 15 of 15) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_tlsext_servername_callback.pod7 SSL_set_tlsext_host_name - handle server name indication (SNI)
20 int SSL_set_tlsext_host_name(const SSL *s, const char *name);
79 If a servername has been set via a call to SSL_set_tlsext_host_name() then it
94 Otherwise it returns the servername set via SSL_set_tlsext_host_name() or NULL
100 It will return the servername set via SSL_set_tlsext_host_name() or NULL if it
129 SSL_set_tlsext_host_name() sets the server name indication ClientHello extension
139 The SSL_set_tlsext_host_name() function should only be called on SSL objects
146 SSL_set_tlsext_host_name() returns 1 on success, 0 in case of error.
HDSSL_CTX_dane_enable.pod71 specified via L<SSL_set_tlsext_host_name(3)>.
354 L<SSL_set_tlsext_host_name(3)>,
/freebsd-13-stable/contrib/libevent/sample/
HDhttps-client.c429 SSL_set_tlsext_host_name(ssl, host); in main()
/freebsd-13-stable/contrib/ntp/sntp/libevent/sample/
HDhttps-client.c429 SSL_set_tlsext_host_name(ssl, host); in main()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDtls1.h256 # define SSL_set_tlsext_host_name(s,name) \ macro
/freebsd-13-stable/contrib/serf/buckets/
HDssl_buckets.c1503 #ifdef SSL_set_tlsext_host_name in serf_ssl_set_hostname()
1504 if (SSL_set_tlsext_host_name(context->ssl, hostname) != 1) { in serf_ssl_set_hostname()
/freebsd-13-stable/lib/libfetch/
HDcommon.c1223 if (!SSL_set_tlsext_host_name(conn->ssl, in fetch_ssl()
/freebsd-13-stable/contrib/unbound/util/
HDnet_help.c1551 (void)SSL_set_tlsext_host_name(ssl, auth_name); in set_auth_name_on_ssl()
/freebsd-13-stable/contrib/unbound/smallapp/
HDunbound-anchor.c789 (void)SSL_set_tlsext_host_name(ssl, urlname); in TLS_initiate()
/freebsd-13-stable/contrib/sendmail/src/
HDdeliver.c7646 if ((r = SSL_set_tlsext_host_name(clt_ssl,
7669 if ((r = SSL_set_tlsext_host_name(clt_ssl, STS_SNI)) <= 0)
/freebsd-13-stable/crypto/openssl/apps/
HDs_client.c2029 if (servername != NULL && !SSL_set_tlsext_host_name(con, servername)) { in s_client_main()
/freebsd-13-stable/contrib/unbound/services/
HDoutside_network.c3675 (void)SSL_set_tlsext_host_name(cp->ssl, host);
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c1029 if (!SSL_set_tlsext_host_name(s, basedomain)) { in SSL_dane_enable()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2683 MLINKS+= SSL_CTX_set_tlsext_servername_callback.3 SSL_set_tlsext_host_name.3
/freebsd-13-stable/crypto/openssl/
HDCHANGES5443 SSL_CTRL_SET_TLSEXT_HOSTNAME - SSL_set_tlsext_host_name()
6057 SSL_CTRL_SET_TLSEXT_HOSTNAME - SSL_set_tlsext_host_name()