Searched refs:SSL_OP_NO_TLSv1_3 (Results 1 – 18 of 18) sorted by relevance
/third_party/openssl/ssl/ |
D | methods.c | 22 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()
|
D | ssl_conf.c | 288 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/ |
D | context_base.hpp | 154 # 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/ |
D | SSL_CTX_new.pod | 165 B<SSL_OP_NO_TLSv1_3>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
|
D | SSL_CTX_set_options.pod | 118 SSL_OP_NO_TLSv1_2, SSL_OP_NO_TLSv1_3, SSL_OP_NO_DTLSv1, SSL_OP_NO_DTLSv1_2
|
D | SSL_CONF_cmd.pod | 165 B<SSL_OP_NO_TLSv1_1>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
|
/third_party/boringssl/src/ssl/ |
D | ssl_versions.cc | 167 {TLS1_3_VERSION, SSL_OP_NO_TLSv1_3},
|
/third_party/node/src/ |
D | node_constants.cc | 917 #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/ |
D | tls_openssl.c | 2940 #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/ |
D | tls_openssl.c | 2940 #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/ |
D | sslapitest.c | 336 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/ |
D | ossl_shim.cc | 934 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_3); in DoExchange()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 381 # 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/ |
D | test_config.cc | 1495 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_3); in NewSSL()
|
/third_party/python/Modules/ |
D | _ssl.c | 6237 #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/ |
D | ssl.h | 698 #define SSL_OP_NO_TLSv1_3 0x20000000L macro
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 2444 *ctx_options |= SSL_OP_NO_TLSv1_3; in set_ssl_version_min_max_legacy()
|
/third_party/node/doc/api/ |
D | crypto.md | 3388 <td><code>SSL_OP_NO_TLSv1_3</code></td>
|