summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-26 21:45:29 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-26 22:21:41 +0100
commit4a841c300e7902e817598d30654e4c9763c06b84 (patch)
tree7b31929620f745d22b41969301a176972b0e1101
parent7521109956f9eb25b26454a8b569150c5ecbe29c (diff)
downloadgnutls-4a841c300e7902e817598d30654e4c9763c06b84.tar.gz
tlsfuzzer: optimized tests for CI and enabled x448
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--tests/suite/tls-fuzzer/gnutls-nocert-tls13.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json b/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
index 3176de817f..3b6404c045 100644
--- a/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
+++ b/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
@@ -53,9 +53,7 @@
{"name" : "test-tls13-count-tickets.py",
"arguments": ["-p", "@PORT@", "-t", "2"]},
{"name" : "test-tls13-dhe-shared-secret-padding.py",
- "comment": "We do not support x448",
"arguments": ["-p", "@PORT@",
- "-e", "TLS 1.3 with x448",
"-n", "4"]},
{"name" : "test-tls13-ecdhe-curves.py",
"arguments": ["-p", "@PORT@"]},
@@ -94,6 +92,7 @@
{"name" : "test-tls13-large-number-of-extensions.py",
"comment" : "This test assumes that 22 (EtM) is unassigned which is incorrect - see #632",
"arguments": ["-p", "@PORT@",
+ "-n", "5",
"--exc", "11",
"--exc", "12",
"--exc", "22",
@@ -117,7 +116,7 @@
"arguments": ["-p", "@PORT@"]},
{"name" : "test-tls13-serverhello-random.py",
"arguments": ["-p", "@PORT@",
- "-e", "TLS 1.3 with x448"]},
+ "-n", "5"]},
{"name" : "test-tls13-signature-algorithms.py",
"comment" : "gnutls doesn't handle well duplicated signature algorithms; this is not an issue in practice",
"arguments": ["-p", "@PORT@",
@@ -127,7 +126,8 @@
"-e", "23752 invalid schemes",
"-e", "32715 invalid schemes"]},
{"name" : "test-tls13-symetric-ciphers.py",
- "arguments": ["-p", "@PORT@"]},
+ "arguments": ["-p", "@PORT@",
+ "-n", "5"]},
{"name" : "test-tls13-unrecognised-groups.py",
"arguments": ["-p", "@PORT@"]},
{"name" : "test-tls13-version-negotiation.py",