Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DSSL_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.
A DSSL_CTX_dane_enable.pod71 specified via L<SSL_set_tlsext_host_name(3)>.
355 L<SSL_set_tlsext_host_name(3)>,
/openssl-master/test/
A Dservername_test.c120 SSL_set_tlsext_host_name(con, host); in client_setup_sni_before_state()
183 SSL_set_tlsext_host_name(con, host); in client_setup_sni_after_state()
217 SSL_set_tlsext_host_name(serverssl, host); in server_setup_sni()
A Dsslapitest.c3213 && !TEST_true(SSL_set_tlsext_host_name(*clientssl, "localhost"))) in setupearly_data_test()
3939 || !TEST_true(SSL_set_tlsext_host_name(clientssl, "badhost"))) in test_early_data_psk()
3981 || !TEST_true(SSL_set_tlsext_host_name(clientssl, "goodhost")) in test_early_data_psk()
8628 if (!TEST_true(SSL_set_tlsext_host_name(clientssl, "goodhost"))) in test_servername()
8665 if (!TEST_true(SSL_set_tlsext_host_name(clientssl, "altgoodhost"))) in test_servername()
8691 if (!TEST_true(SSL_set_tlsext_host_name(clientssl, "goodhost"))) in test_servername()
A Dssl_old_test.c1726 SSL_set_tlsext_host_name(c_ssl, sn_client); in main()
/openssl-master/fuzz/
A Dclient.c72 SSL_set_tlsext_host_name(client, "localhost"); in FuzzerTestOneInput()
/openssl-master/include/openssl/
A Dtls1.h259 # define SSL_set_tlsext_host_name(s,name) \ macro
/openssl-master/util/
A Dother.syms592 SSL_set_tlsext_host_name define
/openssl-master/test/helpers/
A Dhandshake.c696 SSL_set_tlsext_host_name(client, in configure_handshake_ssl()
/openssl-master/apps/
A Ds_client.c1977 if (servername != NULL && !SSL_set_tlsext_host_name(con, servername)) { in s_client_main()
/openssl-master/apps/lib/
A Dapps.c2461 SSL_set_tlsext_host_name(ssl, info->server); in app_http_tls_cb()
/openssl-master/ssl/
A Dssl_lib.c1053 if (!SSL_set_tlsext_host_name(s, basedomain)) { in SSL_dane_enable()
/openssl-master/
A DCHANGES.md9107 SSL_CTRL_SET_TLSEXT_HOSTNAME - SSL_set_tlsext_host_name()
9814 SSL_CTRL_SET_TLSEXT_HOSTNAME - SSL_set_tlsext_host_name()

Completed in 78 milliseconds