/third_party/node/lib/ |
D | _tls_common.js | 45 TLS1_3_VERSION, 56 if (v === 'TLSv1.3') return TLS1_3_VERSION; 221 c.context.getMinProto() < TLS1_3_VERSION) 224 if (cipherList === '' && c.context.getMinProto() < TLS1_3_VERSION && 226 c.context.setMinProto(TLS1_3_VERSION);
|
/third_party/nghttp2/src/ |
D | tls.h | 68 #ifdef TLS1_3_VERSION 69 constexpr auto NGHTTP2_TLS_MAX_VERSION = TLS1_3_VERSION;
|
D | tls.cc | 83 #ifdef TLS1_3_VERSION in get_tls_protocol() 84 case TLS1_3_VERSION: in get_tls_protocol()
|
D | shrpx_tls.cc | 342 #ifdef TLS1_3_VERSION in tls_session_new_cb() 343 if (SSL_version(ssl) == TLS1_3_VERSION) { in tls_session_new_cb() 548 #ifdef TLS1_3_VERSION in info_callback() 550 if (SSL_version(ssl) == TLS1_3_VERSION) { in info_callback() 1906 #ifdef TLS1_3_VERSION in proto_version_from_string() 1908 return TLS1_3_VERSION; in proto_version_from_string()
|
D | shrpx_connection.cc | 955 # ifdef TLS1_3_VERSION in get_tcp_hint() 956 if (SSL_version(tls.ssl) == TLS1_3_VERSION) { in get_tcp_hint()
|
/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_txt.c | 40 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
|
D | s3_lib.c | 44 TLS1_3_VERSION, TLS1_3_VERSION, 59 TLS1_3_VERSION, TLS1_3_VERSION, 76 TLS1_3_VERSION, TLS1_3_VERSION, 93 TLS1_3_VERSION, TLS1_3_VERSION, 108 TLS1_3_VERSION, TLS1_3_VERSION,
|
D | t1_trce.c | 67 {TLS1_3_VERSION, "TLS 1.3"}, 1014 if (vers != TLS1_3_VERSION in ssl_print_server_hello() 1025 if (vers != TLS1_3_VERSION) { in ssl_print_server_hello()
|
/third_party/openssl/doc/man3/ |
D | SSL_SESSION_get_protocol_version.pod | 23 constant such as B<TLS1_3_VERSION> etc. For example, this could be used to set 30 B<TLS1_VERSION>, B<TLS1_2_VERSION> or B<TLS1_3_VERSION>.
|
D | SSL_CTX_set_min_proto_version.pod | 42 B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
|
D | SSL_get_version.pod | 87 =item TLS1_3_VERSION
|
/third_party/openssl/apps/ |
D | ciphers.c | 146 min_version = TLS1_3_VERSION; in ciphers_main() 147 max_version = TLS1_3_VERSION; in ciphers_main()
|
D | s_client.c | 213 || !SSL_SESSION_set_protocol_version(usesess, TLS1_3_VERSION)) { in psk_use_session_cb() 868 if (SSL_version(s) == TLS1_3_VERSION) { in new_session_cb() 1293 min_version = TLS1_3_VERSION; in s_client_main() 1294 max_version = TLS1_3_VERSION; in s_client_main() 1570 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_client_main() 3190 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff()
|
/third_party/openssl/test/ |
D | sslapitest.c | 1032 if (maxprot == TLS1_3_VERSION) in execute_test_session() 1086 if (maxprot == TLS1_3_VERSION) { in execute_test_session() 1220 if (maxprot == TLS1_3_VERSION && !use_ext_cache) { in execute_test_session() 1248 if (use_int_cache && maxprot != TLS1_3_VERSION) { in execute_test_session() 1271 if (maxprot == TLS1_3_VERSION) { in execute_test_session() 1305 if (!execute_test_session(TLS1_3_VERSION, 1, 0)) in test_session_with_only_int_cache() 1319 if (!execute_test_session(TLS1_3_VERSION, 0, 1)) in test_session_with_only_ext_cache() 1333 if (!execute_test_session(TLS1_3_VERSION, 1, 1)) in test_session_with_both_cache() 1721 SSL_CTX_set_min_proto_version(sctx, TLS1_3_VERSION); in test_ssl_set_bio() 2163 TLS1_3_VERSION))) { in create_a_psk() [all …]
|
D | asynciotest.c | 232 || (negversion == TLS1_3_VERSION in async_write()
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 1421 #if TLS_MAX_VERSION != TLS1_3_VERSION 1422 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION. 1428 {TLS1_3_VERSION, tlsv1_3_client_method, tlsv1_3_server_method}, 1430 {TLS1_3_VERSION, NULL, NULL}, 1605 || version != TLS1_3_VERSION in ssl_version_supported() 1721 && ssl_version_supported(s, TLS1_3_VERSION, NULL)) { in check_for_downgrade() 1844 if (best_vers != TLS1_3_VERSION) in ssl_choose_server_version() 1860 if (version_cmp(s, client_version, TLS1_3_VERSION) >= 0) in ssl_choose_server_version() 1915 && s->version != TLS1_3_VERSION) { in ssl_choose_client_version()
|
D | extensions_clnt.c | 135 || c->min_tls >= TLS1_3_VERSION) { in use_ecc() 231 && s->session->ssl_version != TLS1_3_VERSION) { in tls_construct_ctos_session_ticket() 524 if (max_version < TLS1_3_VERSION) in tls_construct_ctos_supported_versions() 752 && psksess->ssl_version != TLS1_3_VERSION))) { in tls_construct_ctos_early_data() 801 || !SSL_SESSION_set_protocol_version(psksess, TLS1_3_VERSION)) { in tls_construct_ctos_early_data() 942 if (s->session->ssl_version == TLS1_3_VERSION in tls_construct_ctos_padding() 1009 if (s->session->ssl_version != TLS1_3_VERSION in tls_construct_ctos_psk() 1779 if (version != TLS1_3_VERSION) { in tls_parse_stoc_supported_versions()
|
/third_party/boost/boost/asio/ssl/impl/ |
D | context.ipp | 277 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION); 278 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION); 285 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION); 286 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION); 293 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION); 294 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION);
|
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/ |
D | context.ipp | 277 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION); 278 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION); 285 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION); 286 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION); 293 SSL_CTX_set_min_proto_version(handle_, TLS1_3_VERSION); 294 SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION);
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 2146 #ifdef TLS1_3_VERSION in ossl_trace() 2147 case TLS1_3_VERSION: in ossl_trace() 2321 #ifdef TLS1_3_VERSION in set_ssl_version_min_max() 2323 ossl_ssl_version_min = TLS1_3_VERSION; in set_ssl_version_min_max() 2354 #ifdef TLS1_3_VERSION in set_ssl_version_min_max() 2356 ossl_ssl_version_max = TLS1_3_VERSION; in set_ssl_version_min_max() 2397 #ifdef TLS1_3_VERSION in set_ssl_version_min_max_legacy() 2400 SSL_CTX_set_max_proto_version(backend->ctx, TLS1_3_VERSION); in set_ssl_version_min_max_legacy() 2443 #ifdef TLS1_3_VERSION in set_ssl_version_min_max_legacy() 2448 #ifdef TLS1_3_VERSION in set_ssl_version_min_max_legacy()
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_shim.cc | 547 !SSL_CTX_set_max_proto_version(ssl_ctx.get(), TLS1_3_VERSION)) { in SetupCtx() 818 GetProtocolVersion(ssl) < TLS1_3_VERSION; in CheckHandshakeProperties() 1180 GetProtocolVersion(ssl.get()) < TLS1_3_VERSION && in DoExchange() 1186 if (GetProtocolVersion(ssl.get()) >= TLS1_3_VERSION && !config->is_server) { in DoExchange()
|
/third_party/python/Modules/ |
D | _ssl.c | 228 #ifdef TLS1_3_VERSION 229 PY_PROTO_TLSv1_3 = TLS1_3_VERSION, 247 #elif defined(TLS1_3_VERSION) && !defined(OPENSSL_NO_TLS1_3) 253 #if defined(TLS1_3_VERSION) && !defined(OPENSSL_NO_TLS1_3) 290 #ifdef TLS1_3_VERSION 852 #ifdef TLS1_3_VERSION in newPySSLSocket() 2732 #ifdef TLS1_3_VERSION in _ssl__SSLSocket_verify_client_post_handshake_impl() 3164 #ifdef TLS1_3_VERSION in _ssl__SSLContext_impl() 3538 #ifdef TLS1_3_VERSION 3659 #if TLS1_3_VERSION in get_post_handshake_auth() [all …]
|
/third_party/openssl/include/openssl/ |
D | tls1.h | 30 # define TLS1_3_VERSION 0x0304 macro 31 # define TLS_MAX_VERSION TLS1_3_VERSION
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 918 #if defined(TLS1_3_VERSION) in tsi_set_min_and_max_tls_versions() 923 SSL_CTX_set_min_proto_version(ssl_context, TLS1_3_VERSION); in tsi_set_min_and_max_tls_versions() 937 #if defined(TLS1_3_VERSION) in tsi_set_min_and_max_tls_versions() 938 SSL_CTX_set_max_proto_version(ssl_context, TLS1_3_VERSION); in tsi_set_min_and_max_tls_versions()
|