/third_party/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)>,
|
/third_party/openssl/test/ |
D | servername_test.c | 103 SSL_set_tlsext_host_name(con, host); in client_setup_sni_before_state() 162 SSL_set_tlsext_host_name(con, host); in client_setup_sni_after_state() 196 SSL_set_tlsext_host_name(serverssl, host); in server_setup_sni()
|
D | sslapitest.c | 2211 && !TEST_true(SSL_set_tlsext_host_name(*clientssl, "localhost"))) in setupearly_data_test() 2932 || !TEST_true(SSL_set_tlsext_host_name(clientssl, "badhost"))) in test_early_data_psk() 2974 || !TEST_true(SSL_set_tlsext_host_name(clientssl, "goodhost")) in test_early_data_psk() 6506 if (!TEST_true(SSL_set_tlsext_host_name(clientssl, "goodhost"))) in test_servername() 6543 if (!TEST_true(SSL_set_tlsext_host_name(clientssl, "altgoodhost"))) in test_servername() 6569 if (!TEST_true(SSL_set_tlsext_host_name(clientssl, "goodhost"))) in test_servername()
|
/third_party/openssl/fuzz/ |
D | client.c | 78 SSL_set_tlsext_host_name(client, "localhost"); in FuzzerTestOneInput()
|
/third_party/boost/libs/beast/example/http/client/sync-ssl/ |
D | http_client_sync_ssl.cpp | 73 if(! SSL_set_tlsext_host_name(stream.native_handle(), host)) in main()
|
/third_party/boost/libs/beast/example/websocket/client/sync-ssl/ |
D | websocket_client_sync_ssl.cpp | 74 if(! SSL_set_tlsext_host_name(ws.next_layer().native_handle(), host.c_str())) in main()
|
/third_party/nghttp2/src/ |
D | asio_client_session_tls_impl.cc | 43 SSL_set_tlsext_host_name(ssl, host.c_str()); in session_tls_impl()
|
D | shrpx_live_check.cc | 303 SSL_set_tlsext_host_name(conn_.tls.ssl, sni_name.c_str()); in initiate_connection()
|
D | shrpx_memcached_connection.cc | 186 SSL_set_tlsext_host_name(conn_.tls.ssl, sni_name_.c_str()); in initiate_connection()
|
D | shrpx_http_downstream_connection.cc | 414 SSL_set_tlsext_host_name(conn_.tls.ssl, sni_name.c_str()); in initiate_connection()
|
/third_party/boost/libs/beast/example/http/client/coro-ssl/ |
D | http_client_coro_ssl.cpp | 61 if(! SSL_set_tlsext_host_name(stream.native_handle(), host.c_str())) in do_session()
|
/third_party/boost/libs/beast/example/websocket/client/coro-ssl/ |
D | websocket_client_coro_ssl.cpp | 75 if(! SSL_set_tlsext_host_name( in do_session()
|
/third_party/curl/lib/vtls/ |
D | mesalink.c | 230 if(SSL_set_tlsext_host_name(BACKEND->handle, hostname) != SSL_SUCCESS) { in mesalink_connect_step1() 247 SSL_set_tlsext_host_name(BACKEND->handle, "localhost"); in mesalink_connect_step1()
|
/third_party/boost/libs/beast/example/http/client/async-ssl/ |
D | http_client_async_ssl.cpp | 72 if(! SSL_set_tlsext_host_name(stream_.native_handle(), host)) in run()
|
/third_party/boost/libs/beast/example/http/client/async-ssl-system-executor/ |
D | http_client_async_ssl_system_executor.cpp | 80 if(! SSL_set_tlsext_host_name(stream_.native_handle(), host)) in run()
|
/third_party/boost/libs/beast/example/websocket/client/async-ssl/ |
D | websocket_client_async_ssl.cpp | 118 if(! SSL_set_tlsext_host_name( in on_connect()
|
/third_party/boost/libs/beast/example/websocket/client/async-ssl-system-executor/ |
D | websocket_client_async_ssl_system_executor.cpp | 126 if(! SSL_set_tlsext_host_name( in on_connect()
|
/third_party/toybox/toys/pending/ |
D | wget.c | 173 if (!SSL_set_tlsext_host_name(TT.ssl, host)) in wget_connect()
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 301 SSL_set_tlsext_host_name(p->ssl, c->host); in tls_open()
|
/third_party/openssl/util/ |
D | private.num | 445 SSL_set_tlsext_host_name define
|
/third_party/openssl/include/openssl/ |
D | tls1.h | 256 # define SSL_set_tlsext_host_name(s,name) \ macro
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 353 SSL_set_tlsext_host_name(wsi->tls.ssl, hostname); in lws_ssl_client_bio_create()
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_shim.cc | 949 !SSL_set_tlsext_host_name(ssl.get(), config->host_name.c_str())) { in DoExchange()
|
/third_party/node/src/ |
D | tls_wrap.cc | 1062 SSL_set_tlsext_host_name(wrap->ssl_.get(), *servername); in SetServername()
|