Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1_3 (Results 1 – 18 of 18) sorted by relevance

/third_party/openssl/ssl/
Dmethods.c22 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3,
53 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
86 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
Dssl_conf.c288 SSL_FLAG_TBL_INV("TLSv1.3", SSL_OP_NO_TLSv1_3), in cmd_Protocol()
693 {SSL_OP_NO_TLSv1_3, 0}, /* no_tls1_3 */
/third_party/boost/boost/asio/ssl/
Dcontext_base.hpp154 # if defined(SSL_OP_NO_TLSv1_3)
155 BOOST_ASIO_STATIC_CONSTANT(long, no_tlsv1_3 = SSL_OP_NO_TLSv1_3);
/third_party/openssl/doc/man3/
DSSL_CTX_new.pod165 B<SSL_OP_NO_TLSv1_3>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
DSSL_CTX_set_options.pod118 SSL_OP_NO_TLSv1_2, SSL_OP_NO_TLSv1_3, SSL_OP_NO_DTLSv1, SSL_OP_NO_DTLSv1_2
DSSL_CONF_cmd.pod165 B<SSL_OP_NO_TLSv1_1>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
/third_party/boringssl/src/ssl/
Dssl_versions.cc167 {TLS1_3_VERSION, SSL_OP_NO_TLSv1_3},
/third_party/node/src/
Dnode_constants.cc917 #ifdef SSL_OP_NO_TLSv1_3 in DefineCryptoConstants()
918 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_TLSv1_3); in DefineCryptoConstants()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c2940 #ifdef SSL_OP_NO_TLSv1_3 in tls_set_conn_flags()
2942 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
2944 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
4958 #ifdef SSL_OP_NO_TLSv1_3 in tls_connection_set_params()
4964 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c2940 #ifdef SSL_OP_NO_TLSv1_3 in tls_set_conn_flags()
2942 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
2944 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
4958 #ifdef SSL_OP_NO_TLSv1_3 in tls_connection_set_params()
4964 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()
/third_party/openssl/test/
Dsslapitest.c336 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_keylog()
337 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_keylog()
4152 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_custom_exts()
4153 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_custom_exts()
4155 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3); in test_custom_exts()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc934 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_3); in DoExchange()
/third_party/openssl/include/openssl/
Dssl.h381 # define SSL_OP_NO_TLSv1_3 0x20000000U macro
387 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2|SSL_OP_NO_TLSv1_3)
/third_party/boringssl/src/ssl/test/
Dtest_config.cc1495 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_3); in NewSSL()
/third_party/python/Modules/
D_ssl.c6237 #ifdef SSL_OP_NO_TLSv1_3 in PyInit__ssl()
6238 PyModule_AddIntConstant(m, "OP_NO_TLSv1_3", SSL_OP_NO_TLSv1_3); in PyInit__ssl()
/third_party/boringssl/src/include/openssl/
Dssl.h698 #define SSL_OP_NO_TLSv1_3 0x20000000L macro
/third_party/curl/lib/vtls/
Dopenssl.c2444 *ctx_options |= SSL_OP_NO_TLSv1_3; in set_ssl_version_min_max_legacy()
/third_party/node/doc/api/
Dcrypto.md3388 <td><code>SSL_OP_NO_TLSv1_3</code></td>