From 34c4b401d062a83da56c897508a6777032539ec4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 26 May 2017 10:44:41 +0200 Subject: tls-fuzzer: ignore the incomplete RSA-PSS tests These tests fail because tls-fuzzer currently does not properly implement RSA-PSS. Signed-off-by: Nikos Mavrogiannopoulos --- tests/suite/tls-fuzzer/gnutls-nocert.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/suite/tls-fuzzer/gnutls-nocert.json b/tests/suite/tls-fuzzer/gnutls-nocert.json index 242e909cc6..4fc88d1837 100644 --- a/tests/suite/tls-fuzzer/gnutls-nocert.json +++ b/tests/suite/tls-fuzzer/gnutls-nocert.json @@ -70,7 +70,10 @@ "-e", "small, maximum fragmentation: 1 fragment - 20B extension", "-e", "medium, maximum fragmentation: 1 fragment - 1024B extension"]}, {"name" : "test-sessionID-resumption.py"}, - {"name" : "test-sig-algs.py"}, + {"name" : "test-sig-algs.py", + "comment" : "FIXME: these fail, but most likely due to tls-fuzzer issue", + "arguments" : ["-e", "RSA-PSS only - fails in verify if server selects PSS", + "-e", "with RSA-PSS - fails in verify if server selects PSS"]}, {"name" : "test-signature-algorithms.py", "comment" : "gnutls doesn't tolerate that much", "arguments" : ["-e", "tolerance max (32764) number of methods"] -- cgit v1.2.1