Searched refs:SSL_set_tlsext_host_name (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_CTX_set_tlsext_servername_callback.pod | 7 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.
|
| D | SSL_CTX_dane_enable.pod | 71 specified via L<SSL_set_tlsext_host_name(3)>. 354 L<SSL_set_tlsext_host_name(3)>,
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/sample/ |
| D | https-client.c | 429 SSL_set_tlsext_host_name(ssl, host); in main()
|
| /freebsd-12-stable/contrib/libevent/sample/ |
| D | https-client.c | 429 SSL_set_tlsext_host_name(ssl, host); in main()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | tls1.h | 256 # define SSL_set_tlsext_host_name(s,name) \ macro
|
| /freebsd-12-stable/contrib/serf/buckets/ |
| D | ssl_buckets.c | 1502 #ifdef SSL_set_tlsext_host_name in serf_ssl_set_hostname() 1503 if (SSL_set_tlsext_host_name(context->ssl, hostname) != 1) { in serf_ssl_set_hostname()
|
| /freebsd-12-stable/lib/libfetch/ |
| D | common.c | 938 if (!SSL_set_tlsext_host_name(conn->ssl, in fetch_ssl()
|
| /freebsd-12-stable/contrib/unbound/util/ |
| D | net_help.c | 1524 (void)SSL_set_tlsext_host_name(ssl, auth_name); in set_auth_name_on_ssl()
|
| /freebsd-12-stable/contrib/unbound/smallapp/ |
| D | unbound-anchor.c | 787 (void)SSL_set_tlsext_host_name(ssl, urlname); in TLS_initiate()
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | deliver.c | 6783 if ((r = SSL_set_tlsext_host_name(clt_ssl, 6806 if ((r = SSL_set_tlsext_host_name(clt_ssl, STS_SNI)) <= 0)
|
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | s_client.c | 2029 if (servername != NULL && !SSL_set_tlsext_host_name(con, servername)) { in s_client_main()
|
| /freebsd-12-stable/contrib/unbound/services/ |
| D | outside_network.c | 3653 (void)SSL_set_tlsext_host_name(cp->ssl, host);
|
| /freebsd-12-stable/crypto/openssl/ssl/ |
| D | ssl_lib.c | 1027 if (!SSL_set_tlsext_host_name(s, basedomain)) { in SSL_dane_enable()
|
| /freebsd-12-stable/secure/lib/libcrypto/man/man3/ |
| D | Makefile | 2682 MLINKS+= SSL_CTX_set_tlsext_servername_callback.3 SSL_set_tlsext_host_name.3
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 5438 SSL_CTRL_SET_TLSEXT_HOSTNAME - SSL_set_tlsext_host_name() 6052 SSL_CTRL_SET_TLSEXT_HOSTNAME - SSL_set_tlsext_host_name()
|