Home
last modified time | relevance | path

Searched refs:TLS1_3_VERSION (Results 1 – 25 of 50) sorted by relevance

12

/third_party/openssl/providers/common/
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/node/lib/
D_tls_common.js45 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/
Dtls.h72 #ifdef TLS1_3_VERSION
73 constexpr auto NGHTTP2_TLS_MAX_VERSION = TLS1_3_VERSION;
Dtls.cc83 #ifdef TLS1_3_VERSION in get_tls_protocol()
84 case TLS1_3_VERSION: in get_tls_protocol()
Dshrpx_tls.cc400 #ifdef TLS1_3_VERSION in tls_session_new_cb()
401 if (SSL_version(ssl) == TLS1_3_VERSION) { in tls_session_new_cb()
640 #ifdef TLS1_3_VERSION in ticket_key_cb()
643 if (SSL_version(ssl) == TLS1_3_VERSION) { in ticket_key_cb()
654 #ifdef TLS1_3_VERSION in info_callback()
656 if (SSL_version(ssl) == TLS1_3_VERSION) { in info_callback()
2452 #ifdef TLS1_3_VERSION in proto_version_from_string()
2454 return TLS1_3_VERSION; in proto_version_from_string()
/third_party/openssl/ssl/
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()
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()
Ds3_lib.c47 TLS1_3_VERSION, TLS1_3_VERSION,
62 TLS1_3_VERSION, TLS1_3_VERSION,
78 TLS1_3_VERSION, TLS1_3_VERSION,
94 TLS1_3_VERSION, TLS1_3_VERSION,
109 TLS1_3_VERSION, TLS1_3_VERSION,
Dssl_txt.c40 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
Dt1_trce.c67 {TLS1_3_VERSION, "TLS 1.3"},
1025 if (vers != TLS1_3_VERSION in ssl_print_server_hello()
1036 if (vers != TLS1_3_VERSION) { in ssl_print_server_hello()
/third_party/openssl/ssl/statem/
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()
933 if (s->session->ssl_version == TLS1_3_VERSION in tls_construct_ctos_padding()
[all …]
Dstatem_lib.c1430 #if TLS_MAX_VERSION_INTERNAL != TLS1_3_VERSION
1431 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION.
1437 {TLS1_3_VERSION, tlsv1_3_client_method, tlsv1_3_server_method},
1439 {TLS1_3_VERSION, NULL, NULL},
1604 || version != TLS1_3_VERSION in ssl_version_supported()
1720 && ssl_version_supported(s, TLS1_3_VERSION, NULL)) { in check_for_downgrade()
1843 if (best_vers != TLS1_3_VERSION) in ssl_choose_server_version()
1859 if (version_cmp(s, client_version, TLS1_3_VERSION) >= 0) in ssl_choose_server_version()
1914 && s->version != TLS1_3_VERSION) { in ssl_choose_client_version()
Dextensions_srvr.c657 || !tls_valid_group(s, group_id, TLS1_3_VERSION, TLS1_3_VERSION, in tls_parse_ctos_key_share()
773 if (version != TLS1_3_VERSION) { in tls_parse_ctos_cookie()
1065 TLS1_3_VERSION)) { in tls_parse_ctos_psk()
1744 || !WPACKET_put_bytes_u16(pkt, TLS1_3_VERSION) in tls_construct_stoc_cookie()
/third_party/openssl/doc/man3/
DSSL_SESSION_get_protocol_version.pod23 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>.
DSSL_CTX_set_min_proto_version.pod42 B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
DSSL_get_version.pod87 =item TLS1_3_VERSION
/third_party/openssl/test/
Dsslapitest.c1181 if (tls_version == TLS1_3_VERSION) { in execute_test_ktls()
1232 rx_supported = (tls_version != TLS1_3_VERSION); in execute_test_ktls()
1252 tls_version == TLS1_3_VERSION ? "TLS 1.3" : in execute_test_ktls()
1320 if (tls_version == TLS1_3_VERSION) { in execute_test_ktls_sendfile()
1343 tls_version == TLS1_3_VERSION ? "TLS 1.3" : in execute_test_ktls_sendfile()
1435 { TLS1_3_VERSION, "TLS_AES_128_GCM_SHA256" },
1438 { TLS1_3_VERSION, "TLS_AES_128_CCM_SHA256" },
1441 { TLS1_3_VERSION, "TLS_AES_256_GCM_SHA384" },
1444 { TLS1_3_VERSION, "TLS_CHACHA20_POLY1305_SHA256" },
1626 TLS1_3_VERSION, in test_cleanse_plaintext()
[all …]
Dtls-provider.c112 TLS1_3_VERSION, /* mintls */
124 TLS1_3_VERSION, /* mintls */
/third_party/openssl/apps/
Dciphers.c152 min_version = TLS1_3_VERSION; in ciphers_main()
153 max_version = TLS1_3_VERSION; in ciphers_main()
Ds_time.c226 min_version = TLS1_3_VERSION; in s_time_main()
227 max_version = TLS1_3_VERSION; in s_time_main()
Ds_client.c190 || !SSL_SESSION_set_protocol_version(usesess, TLS1_3_VERSION)) { in psk_use_session_cb()
768 if (SSL_version(s) == TLS1_3_VERSION) { in new_session_cb()
1214 min_version = TLS1_3_VERSION; in s_client_main()
1215 max_version = TLS1_3_VERSION; in s_client_main()
1505 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_client_main()
3136 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff()
/third_party/openssl/include/openssl/
Dprov_ssl.h26 # define TLS1_3_VERSION 0x0304 macro
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dtls1.rs11 pub const TLS1_3_VERSION: c_int = 0x304; constant
/third_party/python/Modules/
D_ssl.c228 #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/ohos_lite/include/openssl/
Dtls1.h30 # define TLS1_3_VERSION 0x0304 macro
31 # define TLS_MAX_VERSION TLS1_3_VERSION

12