From: Neil Horman Date: Mon, 24 Feb 2025 13:14:36 +0000 (-0500) Subject: Add record overflow test to tlsfuzzer external tests X-Git-Tag: openssl-3.4.2~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16e0a64f935936fb120b66bd6f2cc00db914ff1f;p=thirdparty%2Fopenssl.git Add record overflow test to tlsfuzzer external tests Add this to our regression test suite for tlsfuzzer, since it recently caught an error Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26781) (cherry picked from commit 83dbfde6aaf7a384cfc7bab6608943a56ac4ebed) --- diff --git a/test/recipes/95-test_external_tlsfuzzer_data/cert.json.in b/test/recipes/95-test_external_tlsfuzzer_data/cert.json.in index 1bc20799d9b..39a1fba302a 100644 --- a/test/recipes/95-test_external_tlsfuzzer_data/cert.json.in +++ b/test/recipes/95-test_external_tlsfuzzer_data/cert.json.in @@ -31,8 +31,11 @@ "arguments" : ["-p", "@PORT@"]}, {"name" : "test-conversation.py", "arguments" : ["-p", "@PORT@", - "-d"]} + "-d"]}, + {"name" : "test-invalid-client-hello-w-record-overflow.py", + "arguments" : ["-n", "0", "-C", + "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "-d", + "--ems", "session ID len fuzz to 5 w/ext"]} ] } - ]