Searched refs:SSL_set_tlsext_host_name (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | 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.
|
| HD | SSL_CTX_dane_enable.pod | 71 specified via L<SSL_set_tlsext_host_name(3)>. 354 L<SSL_set_tlsext_host_name(3)>,
|
| /freebsd-13-stable/contrib/libevent/sample/ |
| HD | https-client.c | 429 SSL_set_tlsext_host_name(ssl, host); in main()
|
| /freebsd-13-stable/contrib/ntp/sntp/libevent/sample/ |
| HD | https-client.c | 429 SSL_set_tlsext_host_name(ssl, host); in main()
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | tls1.h | 256 # define SSL_set_tlsext_host_name(s,name) \ macro
|
| /freebsd-13-stable/contrib/serf/buckets/ |
| HD | ssl_buckets.c | 1503 #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/ |
| HD | common.c | 1223 if (!SSL_set_tlsext_host_name(conn->ssl, in fetch_ssl()
|
| /freebsd-13-stable/contrib/unbound/util/ |
| HD | net_help.c | 1551 (void)SSL_set_tlsext_host_name(ssl, auth_name); in set_auth_name_on_ssl()
|
| /freebsd-13-stable/contrib/unbound/smallapp/ |
| HD | unbound-anchor.c | 789 (void)SSL_set_tlsext_host_name(ssl, urlname); in TLS_initiate()
|
| /freebsd-13-stable/contrib/sendmail/src/ |
| HD | deliver.c | 7646 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/ |
| HD | s_client.c | 2029 if (servername != NULL && !SSL_set_tlsext_host_name(con, servername)) { in s_client_main()
|
| /freebsd-13-stable/contrib/unbound/services/ |
| HD | outside_network.c | 3675 (void)SSL_set_tlsext_host_name(cp->ssl, host);
|
| /freebsd-13-stable/crypto/openssl/ssl/ |
| HD | ssl_lib.c | 1029 if (!SSL_set_tlsext_host_name(s, basedomain)) { in SSL_dane_enable()
|
| /freebsd-13-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 2683 MLINKS+= SSL_CTX_set_tlsext_servername_callback.3 SSL_set_tlsext_host_name.3
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 5443 SSL_CTRL_SET_TLSEXT_HOSTNAME - SSL_set_tlsext_host_name() 6057 SSL_CTRL_SET_TLSEXT_HOSTNAME - SSL_set_tlsext_host_name()
|