]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tls-fuzzer: move SSL3 specific tests to gnutls-nocert-ssl3.json
authorDaiki Ueno <ueno@gnu.org>
Thu, 6 Jun 2024 01:51:56 +0000 (10:51 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 7 Jun 2024 10:50:21 +0000 (19:50 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
tests/suite/tls-fuzzer/gnutls-nocert-ssl3.json
tests/suite/tls-fuzzer/gnutls-nocert.json

index a2973922553f6110a00f21920f0b25c31ffe74a4..f06bdd2c8d1bba2238cba7f7d01196cd04913f94 100644 (file)
          {"name" : "test-client-compatibility.py",
           "arguments" : ["-p", "@PORT@", "18: IE 6 on XP",
                          "52: YandexBot 3.0 on unknown",
-                         "100: IE 6 on XP"]}
+                         "100: IE 6 on XP"]},
+         {"name" : "test-dhe-no-shared-secret-padding.py",
+          "arguments" : ["-p", "@PORT@", "-z",
+                         "Protocol (3, 0)",
+                         "Protocol (3, 0) in SSLv2 compatible ClientHello"]},
+         {"name" : "test-ecdhe-padded-shared-secret.py",
+          "arguments" : ["-p", "@PORT@", "-z",
+                         "Protocol (3, 0) in SSLv2 compatible ClientHello",
+                         "Protocol (3, 0)"]}
      ]
     }
 ]
index 3be1928737c2d84a39dcd96dd78a81caa3049574..fb75c4f0f031d610f73ad4067ca67206c080f25b 100644 (file)
                          "-z"]},
          {"name" : "test-dhe-no-shared-secret-padding.py",
           "arguments" : ["-p", "@PORT@",
-                         "-x", "Protocol (3, 0)",
-                         "-X", "Unexpected message from peer: Alert(fatal, protocol_version)",
-                         "-x", "Protocol (3, 0) in SSLv2 compatible ClientHello",
-                         "-X", "Unexpected message from peer: Alert(fatal, protocol_version)",
+                         "-e", "Protocol (3, 0)",
+                         "-e", "Protocol (3, 0) in SSLv2 compatible ClientHello",
                          "-z"]},
          {"name" : "test-dhe-rsa-key-exchange.py",
           "arguments" : ["-p", "@PORT@"] },
           "arguments" : ["-p", "@PORT@"] },
          {"name" : "test-ecdhe-padded-shared-secret.py",
           "arguments" : ["-p", "@PORT@",
-                         "-x", "Protocol (3, 0) in SSLv2 compatible ClientHello",
-                         "-X", "Unexpected message from peer: Alert(fatal, protocol_version)",
-                         "-x", "Protocol (3, 0)",
-                         "-X", "Unexpected message from peer: Alert(fatal, protocol_version)",
+                         "-e", "Protocol (3, 0) in SSLv2 compatible ClientHello",
+                         "-e", "Protocol (3, 0)",
                          "-z"]},
          {"name" : "test-ecdhe-rsa-key-exchange.py",
           "arguments" : ["-p", "@PORT@"] },