summaryrefslogtreecommitdiff
path: root/tests/suite/tls-fuzzer/gnutls-nocert.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/tls-fuzzer/gnutls-nocert.json')
-rw-r--r--tests/suite/tls-fuzzer/gnutls-nocert.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert.json b/tests/suite/tls-fuzzer/gnutls-nocert.json
index 2e3c6df36b..10f41ba7af 100644
--- a/tests/suite/tls-fuzzer/gnutls-nocert.json
+++ b/tests/suite/tls-fuzzer/gnutls-nocert.json
@@ -14,6 +14,15 @@
{"name" : "test-encrypt-then-mac-renegotiation.py",
"comment" : "we are not strict in EtM required behavior in renegotiation",
"arguments" : ["-e", "Encrypt-then-MAC renegotiation crash"]},
+ {"name" : "test-x25519.py",
+ "comment" : "x448 is not supported",
+ "arguments" : ["-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\""
+ ]},
{"name" : "test-cve-2016-7054.py",
"arguments" : ["-e", "sanity"]},
{"name" : "test-cve-2016-6309.py"},