]> 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:56:43 +0000 (15:56 -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)

(cherry picked from commit 83dbfde6aaf7a384cfc7bab6608943a56ac4ebed)

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

index 1bc20799d9b5c254fc6862ace371843e246e8445..39a1fba302a6afae7d7f13e5bdda1f13defa7be9 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"]}
      ]
     }
-
 ]