From c4029e2d3181f512d910430f9784b59b610e5aa5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 2 Aug 2017 20:52:57 +0200 Subject: tlsfuzzer: enabled EC tests for x25519 That includes tests for default curve. Signed-off-by: Nikos Mavrogiannopoulos --- tests/suite/tls-fuzzer/gnutls-nocert.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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"}, -- cgit v1.2.1