summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2020-01-22 05:25:19 +0100
committerDaiki Ueno <dueno@redhat.com>2020-01-23 07:07:26 +0100
commit198489c1bca7cd52a68bd3a1d2f6e0a649f70fd5 (patch)
treedba4a13f8039e4b72e3c23140886a91177acdfbe
parent6071e02786305f48d33bb5989be8e5eb3d3baa14 (diff)
downloadgnutls-198489c1bca7cd52a68bd3a1d2f6e0a649f70fd5.tar.gz
tlsfuzzer: enable tests for X448
Signed-off-by: Daiki Ueno <dueno@redhat.com>
-rw-r--r--tests/suite/tls-fuzzer/gnutls-nocert-tls13.json11
-rw-r--r--tests/suite/tls-fuzzer/gnutls-nocert.json19
2 files changed, 2 insertions, 28 deletions
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json b/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
index 31f63e5398..e293b1ce78 100644
--- a/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
+++ b/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
@@ -43,16 +43,7 @@
{"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",
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert.json b/tests/suite/tls-fuzzer/gnutls-nocert.json
index bc3c7a88b2..bef461789f 100644
--- a/tests/suite/tls-fuzzer/gnutls-nocert.json
+++ b/tests/suite/tls-fuzzer/gnutls-nocert.json
@@ -42,15 +42,7 @@
"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"]},
@@ -130,9 +122,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"]},
@@ -144,9 +133,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"]},
@@ -263,9 +249,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"]},