]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add record overflow test to tlsfuzzer external tests
authorNeil Horman <nhorman@openssl.org>
Mon, 24 Feb 2025 13:14:36 +0000 (08:14 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 25 Feb 2025 20:31:58 +0000 (15:31 -0500)
Add this to our regression test suite for tlsfuzzer, since it recently
caught an error

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26781)

test/recipes/95-test_external_tlsfuzzer_data/cert.json.in

index 93c4db76c43e6ee55dc9cd4613cecddddae91991..09acf8c3841c38c8ee3b50c1ed1e7051980a081e 100644 (file)
         "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"]}
      ]
     }
 ]