From 35c4387550aba1528389749d7a5dec71b500546a Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 3 Mar 2025 16:20:52 +0100 Subject: [PATCH] Clarify test case description Signed-off-by: Gilles Peskine --- scripts/generate_tls_handshake_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_tls_handshake_tests.py b/scripts/generate_tls_handshake_tests.py index 86bf9f5b0..3d6a43c9a 100755 --- a/scripts/generate_tls_handshake_tests.py +++ b/scripts/generate_tls_handshake_tests.py @@ -80,7 +80,7 @@ def write_tls_handshake_defragmentation_test( # or at runtime), the TLS 1.2 ClientHello parser only sees # the first fragment of the ClientHello. tc.requirements.append('requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3') - tc.description += ' TLS 1.3 ClientHello -> 1.2 Handshake' + tc.description += ' with 1.3 support' # To guarantee that the handhake messages are large enough and need to be # split into fragments, the tests require certificate authentication.