Searched refs:SSL_set_tlsext_host_name (Results 1 – 13 of 13) sorted by relevance
/openssl-master/doc/man3/ |
A 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.
|
A D | SSL_CTX_dane_enable.pod | 71 specified via L<SSL_set_tlsext_host_name(3)>. 355 L<SSL_set_tlsext_host_name(3)>,
|
/openssl-master/test/ |
A D | servername_test.c | 120 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 D | sslapitest.c | 3213 && !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 D | ssl_old_test.c | 1726 SSL_set_tlsext_host_name(c_ssl, sn_client); in main()
|
/openssl-master/fuzz/ |
A D | client.c | 72 SSL_set_tlsext_host_name(client, "localhost"); in FuzzerTestOneInput()
|
/openssl-master/include/openssl/ |
A D | tls1.h | 259 # define SSL_set_tlsext_host_name(s,name) \ macro
|
/openssl-master/util/ |
A D | other.syms | 592 SSL_set_tlsext_host_name define
|
/openssl-master/test/helpers/ |
A D | handshake.c | 696 SSL_set_tlsext_host_name(client, in configure_handshake_ssl()
|
/openssl-master/apps/ |
A D | s_client.c | 1977 if (servername != NULL && !SSL_set_tlsext_host_name(con, servername)) { in s_client_main()
|
/openssl-master/apps/lib/ |
A D | apps.c | 2461 SSL_set_tlsext_host_name(ssl, info->server); in app_http_tls_cb()
|
/openssl-master/ssl/ |
A D | ssl_lib.c | 1053 if (!SSL_set_tlsext_host_name(s, basedomain)) { in SSL_dane_enable()
|
/openssl-master/ |
A D | CHANGES.md | 9107 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