]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tlsfuzzer: enable tests for X448
authorDaiki Ueno <dueno@redhat.com>
Wed, 22 Jan 2020 04:25:19 +0000 (05:25 +0100)
committerDaiki Ueno <dueno@redhat.com>
Thu, 23 Jan 2020 06:07:26 +0000 (07:07 +0100)
Signed-off-by: Daiki Ueno <dueno@redhat.com>
tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
tests/suite/tls-fuzzer/gnutls-nocert.json

index 31f63e53988c451b5b807419dd4f09753dd218dd..e293b1ce7822e3a69df39dd4a44d623dcdf964e7 100644 (file)
         {"name" : "test-tls13-ccs.py",
          "arguments": ["-p", "@PORT@"]},
         {"name" : "test-tls13-crfg-curves.py",
-         "comment": "We do not support x448",
-         "arguments": ["-p", "@PORT@",
-                       "-e", "empty x448 key share",
-                       "-e", "sanity x448 with compression ansiX962_compressed_char2",
-                       "-e", "sanity x448 with compression ansiX962_compressed_prime",
-                       "-e", "sanity x448 with compression uncompressed",
-                       "-e", "too big x448 key share",
-                       "-e", "too small x448 key share",
-                       "-e", "x448 key share of \"1\"",
-                       "-e", "all zero x448 key share"]},
+         "arguments": ["-p", "@PORT@"]},
         {"name" : "test-tls13-conversation.py",
          "arguments": ["-p", "@PORT@"]},
         {"name" : "test-tls13-count-tickets.py",
index bc3c7a88b23d3ba13a7fbec5f886f04fb8ae2876..bef461789f09dd676a6939fdc2a94943624e8a4a 100644 (file)
           "arguments" : ["-p", "@PORT@",
                          "-e", "Encrypt-then-MAC renegotiation crash"]},
          {"name" : "test-x25519.py",
-          "comment" : "x448 is not supported",
-          "arguments" : ["-p", "@PORT@",
-                         "-e", "all zero x448 key share",
-          "-e", "empty x448 key share",
-          "-e", "sanity - negotiate x448",
-          "-e", "too big x448 key share",
-          "-e", "too small x448 key share",
-          "-e", "x448 key share of \"1\""
-          ]},
+          "arguments" : ["-p", "@PORT@"]},
          {"name" : "test-cve-2016-7054.py",
           "arguments" : ["-p", "@PORT@",
                          "-e", "sanity"]},
           "arguments" : ["-p", "@PORT@",
                          "-e", "Protocol (3, 0) in SSLv2 compatible ClientHello",
                          "-e", "Protocol (3, 1) in SSLv2 compatible ClientHello",
-                         "-e", "Protocol (3, 1) with x448 group",
-                         "-e", "Protocol (3, 2) with x448 group",
-                         "-e", "Protocol (3, 3) with x448 group",
                          "-e", "Protocol (3, 0)",
                          "-z",
                          "-n", "6"]},
           "arguments" : ["-p", "@PORT@",
                          "-e", "Protocol (3, 0) in SSLv2 compatible ClientHello",
                          "-e", "Protocol (3, 1) in SSLv2 compatible ClientHello",
-                         "-e", "Protocol (3, 1) with x448 group",
-                         "-e", "Protocol (3, 2) with x448 group",
-                         "-e", "Protocol (3, 3) with x448 group",
                          "-e", "Protocol (3, 0)",
                          "-z",
                          "-n", "6"]},
          {"name" : "test-serverhello-random.py",
           "arguments" : ["-p", "@PORT@",
                          "-e", "Protocol (3, 0) in SSLv2 compatible ClientHello",
-                         "-e", "Protocol (3, 1) with x448 group",
-                         "-e", "Protocol (3, 2) with x448 group",
-                         "-e", "Protocol (3, 3) with x448 group",
                          "-e", "Protocol (3, 0)",
                          "-z",
                          "-n", "6"]},