/openssl-master/providers/common/ |
A D | capabilities.c | 90 { 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 },
|
/openssl-master/ssl/ |
A D | methods.c | 23 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()
|
A D | ktls.c | 30 case TLS1_3_VERSION: in ktls_check_supported_cipher() 69 if (s->version == TLS1_3_VERSION) in ktls_configure_crypto() 123 case TLS1_3_VERSION: in ktls_check_supported_cipher()
|
A D | ssl_txt.c | 40 istls13 = (x->ssl_version == TLS1_3_VERSION); in SSL_SESSION_print()
|
A D | s3_lib.c | 47 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,
|
A D | t1_trce.c | 67 {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()
|
A D | ssl_lib.c | 492 max_version = TLS1_3_VERSION; in ssl_check_allowed_versions() 494 if (max_version == TLS1_3_VERSION) in ssl_check_allowed_versions() 523 min_version = TLS1_3_VERSION; in ssl_check_allowed_versions() 540 || (min_version <= TLS1_3_VERSION && TLS1_3_VERSION <= max_version) in ssl_check_allowed_versions() 2704 if (c->min_tls >= TLS1_3_VERSION) in cipher_list_tls12_num() 2862 && s->session->ssl_version != TLS1_3_VERSION) in SSL_get_servername() 3120 if (s->version != TLS1_3_VERSION) in SSL_export_keying_material_early() 3944 case TLS1_3_VERSION: in ssl_protocol_to_string()
|
A D | t1_lib.c | 552 if (ret && okfortls13 != NULL && maxversion == TLS1_3_VERSION) in tls_valid_group() 554 || (ginfo->maxtls >= TLS1_3_VERSION); in tls_valid_group() 2052 if (!s->server && !SSL_IS_DTLS(s) && s->s3.tmp.min_ver >= TLS1_3_VERSION in tls12_sigalg_allowed() 2070 && s->s3.tmp.max_ver >= TLS1_3_VERSION) { in tls12_sigalg_allowed() 2080 if (s->s3.tmp.min_ver >= TLS1_3_VERSION) in tls12_sigalg_allowed()
|
/openssl-master/doc/man3/ |
A 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>.
|
A D | SSL_CTX_set_min_proto_version.pod | 42 B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
|
A D | SSL_get_version.pod | 87 =item TLS1_3_VERSION
|
A D | SSL_CTX_set_msg_callback.pod | 56 interpreted by the library such as B<TLS1_3_VERSION>, B<TLS1_2_VERSION> etc.
|
/openssl-master/include/openssl/ |
A D | prov_ssl.h | 26 # define TLS1_3_VERSION 0x0304 macro
|
/openssl-master/apps/ |
A D | ciphers.c | 152 min_version = TLS1_3_VERSION; in ciphers_main() 153 max_version = TLS1_3_VERSION; in ciphers_main()
|
A D | s_time.c | 226 min_version = TLS1_3_VERSION; in s_time_main() 227 max_version = TLS1_3_VERSION; in s_time_main()
|
A D | s_client.c | 190 || !SSL_SESSION_set_protocol_version(usesess, TLS1_3_VERSION)) { in psk_use_session_cb() 773 if (SSL_version(s) == TLS1_3_VERSION) { in new_session_cb() 1217 min_version = TLS1_3_VERSION; in s_client_main() 1218 max_version = TLS1_3_VERSION; in s_client_main() 1513 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_client_main() 3088 int i, istls13 = (SSL_version(s) == TLS1_3_VERSION); in print_stuff()
|
A D | s_server.c | 134 if (!SSL_is_dtls(ssl) && SSL_version(ssl) >= TLS1_3_VERSION) { in psk_server_cb() 1479 min_version = TLS1_3_VERSION; in s_server_main() 1480 max_version = TLS1_3_VERSION; in s_server_main() 1659 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_server_main() 2124 if (min_version == TLS1_3_VERSION) { in s_server_main()
|
/openssl-master/test/ |
A D | sslapitest.c | 1859 if (maxprot == TLS1_3_VERSION) in execute_test_session() 1917 if (maxprot == TLS1_3_VERSION) { in execute_test_session() 4567 int max_version = TLS1_3_VERSION; in test_key_exchange() 4790 int max_version = TLS1_3_VERSION; in test_negotiated_group() 5881 TLS1_3_VERSION, in test_export_key_mat() 5882 TLS1_3_VERSION, in test_export_key_mat() 5883 TLS1_3_VERSION in test_export_key_mat() 7114 tlsvers = TLS1_3_VERSION; in test_info_callback() 7349 TLS1_3_VERSION, 7361 TLS1_3_VERSION, [all …]
|
A D | tls-provider.c | 112 TLS1_3_VERSION, /* mintls */ 124 TLS1_3_VERSION, /* mintls */
|
A D | asynciotest.c | 232 || (negversion == TLS1_3_VERSION in async_write()
|
/openssl-master/ssl/statem/ |
A D | extensions_clnt.c | 132 || 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() 754 && psksess->ssl_version != TLS1_3_VERSION))) { in tls_construct_ctos_early_data() 797 || !SSL_SESSION_set_protocol_version(psksess, TLS1_3_VERSION)) { in tls_construct_ctos_early_data() 929 if (s->session->ssl_version == TLS1_3_VERSION in tls_construct_ctos_padding() 995 if (s->session->ssl_version != TLS1_3_VERSION in tls_construct_ctos_psk() [all …]
|
A D | statem_lib.c | 1427 #if TLS_MAX_VERSION_INTERNAL != TLS1_3_VERSION 1428 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION. 1434 {TLS1_3_VERSION, tlsv1_3_client_method, tlsv1_3_server_method}, 1436 {TLS1_3_VERSION, NULL, NULL}, 1601 || version != TLS1_3_VERSION in ssl_version_supported() 1717 && ssl_version_supported(s, TLS1_3_VERSION, NULL)) { in check_for_downgrade() 1840 if (best_vers != TLS1_3_VERSION) in ssl_choose_server_version() 1856 if (version_cmp(s, client_version, TLS1_3_VERSION) >= 0) in ssl_choose_server_version() 1911 && s->version != TLS1_3_VERSION) { in ssl_choose_client_version()
|
A D | extensions_srvr.c | 766 if (version != TLS1_3_VERSION) { in tls_parse_ctos_cookie() 1058 TLS1_3_VERSION)) { in tls_parse_ctos_psk() 1734 || !WPACKET_put_bytes_u16(pkt, TLS1_3_VERSION) in tls_construct_stoc_cookie()
|
A D | statem_clnt.c | 1188 if (s->new_session || s->session->ssl_version == TLS1_3_VERSION) { in tls_construct_client_hello() 1189 if (s->version == TLS1_3_VERSION in tls_construct_client_hello() 1206 if (s->version == TLS1_3_VERSION) { in tls_construct_client_hello() 1252 && (SSL_IS_DTLS(s) || s->s3.tmp.max_ver < TLS1_3_VERSION)) { in tls_construct_client_hello() 1394 if (s->version == TLS1_3_VERSION in tls_process_server_hello()
|
/openssl-master/apps/include/ |
A D | s_apps.h | 19 (SSL_is_dtls(s) || (SSL_version(s) < TLS1_3_VERSION))
|