Home
last modified time | relevance | path

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

12

/third_party/openssl/doc/man3/
DSSL_CTX_new.pod9 TLS_server_method, TLS_client_method, SSLv23_method, SSLv23_server_method,
25 const SSL_METHOD *TLS_client_method(void);
90 =item TLS_method(), TLS_server_method(), TLS_client_method()
102 TLS_method(), TLS_server_method() and TLS_client_method() respectively.
149 TLS_method(), TLS_server_method(), TLS_client_method(), DTLS_method(),
211 and TLS_client_method() functions were added in OpenSSL 1.1.0.
DBIO_f_ssl.pod161 ctx = SSL_CTX_new(TLS_client_method());
/third_party/openssl/test/
Dsslapitest.c331 TLS_client_method(), in test_keylog()
413 if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in test_keylog_no_master_key()
559 if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in test_client_hello_cb()
616 TLS_client_method(), in test_ccs_change_cipher()
785 return execute_test_large_message(TLS_server_method(), TLS_client_method(), in test_large_message_tls()
792 return execute_test_large_message(TLS_server_method(), TLS_client_method(), in test_large_message_tls_read_ahead()
866 if (!create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in test_tlsext_status_type()
1035 if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in execute_test_session()
1383 if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in setup_ticket_test()
1583 if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in test_psk_tickets()
[all …]
Dgosttest.c42 TLS_client_method(), in test_tls13()
Dsslbuffertest.c168 if (!create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in setup_tests()
Drecordlentest.c105 if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in test_record_overflow()
Dssl_test.c450 client_ctx = SSL_CTX_new(TLS_client_method()); in test_handshake()
460 resume_client_ctx = SSL_CTX_new(TLS_client_method()); in test_handshake()
Dcipherlist_test.c49 || !TEST_ptr(fixture->client = SSL_CTX_new(TLS_client_method()))) { in set_up()
Dservername_test.c188 TLS_client_method(), in server_setup_sni()
Dsslcorrupttest.c196 if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in test_ssl_corrupt()
Dasynciotest.c299 if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in test_asyncio()
Ddanetest.c394 || !TEST_ptr(ctx = SSL_CTX_new(TLS_client_method())) in run_tlsatest()
Dtls13ccstest.c257 if (!TEST_true(create_ssl_ctx_pair(TLS_server_method(), TLS_client_method(), in test_tls13ccs()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_methods.c35 IMPLEMENT_TLS_METHOD(TLS_ANY_VERSION, 0, TLS_method_func, TLS_client_method);
/third_party/openssl/demos/bio/
Dclient-arg.c26 ctx = SSL_CTX_new(TLS_client_method()); in main()
Dsconnect.c55 ssl_ctx = SSL_CTX_new(TLS_client_method()); in main()
Dclient-conf.c46 ctx = SSL_CTX_new(TLS_client_method()); in main()
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/
Dcontext.ipp101 handle_ = ::SSL_CTX_new(::TLS_client_method());
146 handle_ = ::SSL_CTX_new(::TLS_client_method());
191 handle_ = ::SSL_CTX_new(::TLS_client_method());
236 handle_ = ::SSL_CTX_new(::TLS_client_method());
282 handle_ = ::SSL_CTX_new(::TLS_client_method());
327 handle_ = ::SSL_CTX_new(::TLS_client_method());
/third_party/boost/boost/asio/ssl/impl/
Dcontext.ipp101 handle_ = ::SSL_CTX_new(::TLS_client_method());
146 handle_ = ::SSL_CTX_new(::TLS_client_method());
191 handle_ = ::SSL_CTX_new(::TLS_client_method());
236 handle_ = ::SSL_CTX_new(::TLS_client_method());
282 handle_ = ::SSL_CTX_new(::TLS_client_method());
327 handle_ = ::SSL_CTX_new(::TLS_client_method());
/third_party/openssl/ssl/
Dmethods.c83 TLS_client_method, in IMPLEMENT_tls_meth_func()
/third_party/toybox/toys/pending/
Dwget.c162 TT.ctx = SSL_CTX_new(TLS_client_method()); in wget_connect()
/third_party/openssl/apps/
Ds_time.c108 meth = TLS_client_method(); in s_time_main()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h251 const SSL_METHOD* TLS_client_method(void);
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c381 SSL_METHOD *method = (SSL_METHOD *)TLS_client_method(); in lws_tls_client_create_vhost_context()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c738 method = (SSL_METHOD *)TLS_client_method();

12