Home
last modified time | relevance | path

Searched refs:TLS1_3_VERSION (Results 1 - 25 of 74) sorted by relevance

123

/third_party/node/deps/openssl/openssl/providers/common/
H A Dcapabilities.c90 { OSSL_TLS_GROUP_ID_ffdhe2048, 112, TLS1_3_VERSION, 0, -1, -1 },
91 { OSSL_TLS_GROUP_ID_ffdhe3072, 128, TLS1_3_VERSION, 0, -1, -1 },
92 { OSSL_TLS_GROUP_ID_ffdhe4096, 128, TLS1_3_VERSION, 0, -1, -1 },
93 { OSSL_TLS_GROUP_ID_ffdhe6144, 128, TLS1_3_VERSION, 0, -1, -1 },
94 { OSSL_TLS_GROUP_ID_ffdhe8192, 192, TLS1_3_VERSION, 0, -1, -1 },
/third_party/openssl/providers/common/
H A Dcapabilities.c90 { OSSL_TLS_GROUP_ID_ffdhe2048, 112, TLS1_3_VERSION, 0, -1, -1 },
91 { OSSL_TLS_GROUP_ID_ffdhe3072, 128, TLS1_3_VERSION, 0, -1, -1 },
92 { OSSL_TLS_GROUP_ID_ffdhe4096, 128, TLS1_3_VERSION, 0, -1, -1 },
93 { OSSL_TLS_GROUP_ID_ffdhe6144, 128, TLS1_3_VERSION, 0, -1, -1 },
94 { OSSL_TLS_GROUP_ID_ffdhe8192, 192, TLS1_3_VERSION, 0, -1, -1 },
/third_party/nghttp2/src/
H A Dtls.h72 #ifdef TLS1_3_VERSION
73 constexpr auto NGHTTP2_TLS_MAX_VERSION = TLS1_3_VERSION;
74 #else // !TLS1_3_VERSION
76 #endif // !TLS1_3_VERSION
H A Dtls.cc83 #ifdef TLS1_3_VERSION in get_tls_protocol()
84 case TLS1_3_VERSION: in get_tls_protocol()
86 #endif // TLS1_3_VERSION in get_tls_protocol()
/third_party/node/deps/openssl/openssl/ssl/
H A Dmethods.c23 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3,
54 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
87 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
H A Dktls.c30 case TLS1_3_VERSION: in ktls_check_supported_cipher()
69 if (s->version == TLS1_3_VERSION) { in ktls_configure_crypto()
126 case TLS1_3_VERSION: in ktls_check_supported_cipher()
H A Dssl_txt.c40 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
/third_party/openssl/ssl/
H A Dmethods.c23 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3,
54 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
87 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
H A Dktls.c30 case TLS1_3_VERSION: in ktls_check_supported_cipher()
69 if (s->version == TLS1_3_VERSION) { in ktls_configure_crypto()
126 case TLS1_3_VERSION: in ktls_check_supported_cipher()
H A Dssl_txt.c40 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
/third_party/node/lib/internal/tls/
H A Dsecure-context.js42 TLS1_3_VERSION,
167 context.getMinProto() < TLS1_3_VERSION &&
169 context.setMinProto(TLS1_3_VERSION);
/third_party/node/lib/
H A D_tls_common.js46 TLS1_3_VERSION,
67 if (v === 'TLSv1.3') return TLS1_3_VERSION;
/third_party/openssl/test/
H A Dsslapitest.c1182 if (tls_version == TLS1_3_VERSION) { in execute_test_ktls()
1233 rx_supported = (tls_version != TLS1_3_VERSION); in execute_test_ktls()
1253 tls_version == TLS1_3_VERSION ? "TLS 1.3" : in execute_test_ktls()
1321 if (tls_version == TLS1_3_VERSION) { in execute_test_ktls_sendfile()
1344 tls_version == TLS1_3_VERSION ? "TLS 1.3" : in execute_test_ktls_sendfile()
1438 { TLS1_3_VERSION, "TLS_AES_128_GCM_SHA256" },
1441 { TLS1_3_VERSION, "TLS_AES_128_CCM_SHA256" },
1444 { TLS1_3_VERSION, "TLS_AES_256_GCM_SHA384" },
1447 { TLS1_3_VERSION, "TLS_CHACHA20_POLY1305_SHA256" },
1532 prot = TLS1_3_VERSION; in test_large_app_data()
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_clnt.c132 || c->min_tls >= TLS1_3_VERSION) { in use_ecc()
204 && (SSL_IS_DTLS(s) || max_version < TLS1_3_VERSION)) in tls_construct_ctos_supported_groups()
231 if (okfortls13 && max_version == TLS1_3_VERSION) in tls_construct_ctos_supported_groups()
245 if (tls13added == 0 && max_version == TLS1_3_VERSION) { in tls_construct_ctos_supported_groups()
265 && s->session->ssl_version != TLS1_3_VERSION) { in tls_construct_ctos_session_ticket()
539 if (max_version < TLS1_3_VERSION) in tls_construct_ctos_supported_versions()
682 if (!tls_valid_group(s, pgroups[i], TLS1_3_VERSION, TLS1_3_VERSION, in tls_construct_ctos_key_share()
758 && 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()
[all...]
H A Dstatem_lib.c1466 #if TLS_MAX_VERSION_INTERNAL != TLS1_3_VERSION
1467 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION.
1473 {TLS1_3_VERSION, tlsv1_3_client_method, tlsv1_3_server_method},
1475 {TLS1_3_VERSION, NULL, NULL},
1640 || version != TLS1_3_VERSION in ssl_version_supported()
1756 && ssl_version_supported(s, TLS1_3_VERSION, NULL)) { in check_for_downgrade()
1879 if (best_vers != TLS1_3_VERSION) in ssl_choose_server_version()
1895 if (version_cmp(s, client_version, TLS1_3_VERSION) >= 0) in ssl_choose_server_version()
1950 && s->version != TLS1_3_VERSION) { in ssl_choose_client_version()
/third_party/openssl/ssl/statem/
H A Dextensions_clnt.c132 || c->min_tls >= TLS1_3_VERSION) { in use_ecc()
204 && (SSL_IS_DTLS(s) || max_version < TLS1_3_VERSION)) in tls_construct_ctos_supported_groups()
231 if (okfortls13 && max_version == TLS1_3_VERSION) in tls_construct_ctos_supported_groups()
245 if (tls13added == 0 && max_version == TLS1_3_VERSION) { in tls_construct_ctos_supported_groups()
265 && s->session->ssl_version != TLS1_3_VERSION) { in tls_construct_ctos_session_ticket()
539 if (max_version < TLS1_3_VERSION) in tls_construct_ctos_supported_versions()
682 if (!tls_valid_group(s, pgroups[i], TLS1_3_VERSION, TLS1_3_VERSION, in tls_construct_ctos_key_share()
758 && 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()
[all...]
H A Dstatem_lib.c1431 #if TLS_MAX_VERSION_INTERNAL != TLS1_3_VERSION
1432 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION.
1438 {TLS1_3_VERSION, tlsv1_3_client_method, tlsv1_3_server_method},
1440 {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()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dprov_ssl.h26 # define TLS1_3_VERSION 0x0304 macro
/third_party/openssl/include/openssl/
H A Dprov_ssl.h26 # define TLS1_3_VERSION 0x0304 macro
/third_party/node/deps/openssl/openssl/apps/
H A Dciphers.c152 min_version = TLS1_3_VERSION; in ciphers_main()
153 max_version = TLS1_3_VERSION; in ciphers_main()
H A Ds_time.c226 min_version = TLS1_3_VERSION; in s_time_main()
227 max_version = TLS1_3_VERSION; in s_time_main()
/third_party/openssl/apps/
H A Dciphers.c152 min_version = TLS1_3_VERSION; in ciphers_main()
153 max_version = TLS1_3_VERSION; in ciphers_main()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dtls1.rs11 pub const TLS1_3_VERSION: c_int = 0x304; consts
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/
H A Dwolfssl.c510 wolfSSL_CTX_set_min_proto_version(ssl_ctx, TLS1_3_VERSION); in crypto_wolfssl_configure_context()
511 wolfSSL_CTX_set_max_proto_version(ssl_ctx, TLS1_3_VERSION); in crypto_wolfssl_configure_context()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
H A Dboringssl.c612 SSL_CTX_set_min_proto_version(ssl_ctx, TLS1_3_VERSION); in crypto_boringssl_configure_context()
613 SSL_CTX_set_max_proto_version(ssl_ctx, TLS1_3_VERSION); in crypto_boringssl_configure_context()

Completed in 22 milliseconds

123