Home
last modified time | relevance | path

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

12

/third_party/openssl/doc/man3/
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.
DSSL_CTX_dane_enable.pod71 specified via L<SSL_set_tlsext_host_name(3)>.
354 L<SSL_set_tlsext_host_name(3)>,
/third_party/openssl/test/
Dservername_test.c103 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()
Dsslapitest.c2211 && !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/
Dclient.c78 SSL_set_tlsext_host_name(client, "localhost"); in FuzzerTestOneInput()
/third_party/boost/libs/beast/example/http/client/sync-ssl/
Dhttp_client_sync_ssl.cpp73 if(! SSL_set_tlsext_host_name(stream.native_handle(), host)) in main()
/third_party/boost/libs/beast/example/websocket/client/sync-ssl/
Dwebsocket_client_sync_ssl.cpp74 if(! SSL_set_tlsext_host_name(ws.next_layer().native_handle(), host.c_str())) in main()
/third_party/nghttp2/src/
Dasio_client_session_tls_impl.cc43 SSL_set_tlsext_host_name(ssl, host.c_str()); in session_tls_impl()
Dshrpx_live_check.cc303 SSL_set_tlsext_host_name(conn_.tls.ssl, sni_name.c_str()); in initiate_connection()
Dshrpx_memcached_connection.cc186 SSL_set_tlsext_host_name(conn_.tls.ssl, sni_name_.c_str()); in initiate_connection()
Dshrpx_http_downstream_connection.cc414 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/
Dhttp_client_coro_ssl.cpp61 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/
Dwebsocket_client_coro_ssl.cpp75 if(! SSL_set_tlsext_host_name( in do_session()
/third_party/curl/lib/vtls/
Dmesalink.c230 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/
Dhttp_client_async_ssl.cpp72 if(! SSL_set_tlsext_host_name(stream_.native_handle(), host)) in run()
/third_party/boost/libs/beast/example/http/client/async-ssl-system-executor/
Dhttp_client_async_ssl_system_executor.cpp80 if(! SSL_set_tlsext_host_name(stream_.native_handle(), host)) in run()
/third_party/boost/libs/beast/example/websocket/client/async-ssl/
Dwebsocket_client_async_ssl.cpp118 if(! SSL_set_tlsext_host_name( in on_connect()
/third_party/boost/libs/beast/example/websocket/client/async-ssl-system-executor/
Dwebsocket_client_async_ssl_system_executor.cpp126 if(! SSL_set_tlsext_host_name( in on_connect()
/third_party/toybox/toys/pending/
Dwget.c173 if (!SSL_set_tlsext_host_name(TT.ssl, host)) in wget_connect()
/third_party/ffmpeg/libavformat/
Dtls_openssl.c301 SSL_set_tlsext_host_name(p->ssl, c->host); in tls_open()
/third_party/openssl/util/
Dprivate.num445 SSL_set_tlsext_host_name define
/third_party/openssl/include/openssl/
Dtls1.h256 # define SSL_set_tlsext_host_name(s,name) \ macro
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c353 SSL_set_tlsext_host_name(wsi->tls.ssl, hostname); in lws_ssl_client_bio_create()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc949 !SSL_set_tlsext_host_name(ssl.get(), config->host_name.c_str())) { in DoExchange()
/third_party/node/src/
Dtls_wrap.cc1062 SSL_set_tlsext_host_name(wrap->ssl_.get(), *servername); in SetServername()

12