summaryrefslogtreecommitdiff
path: root/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/tls-fuzzer/gnutls-nocert-tls13.json')
-rw-r--r--tests/suite/tls-fuzzer/gnutls-nocert-tls13.json36
1 files changed, 30 insertions, 6 deletions
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json b/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
index e293b1ce78..0bf5be4bea 100644
--- a/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
+++ b/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json
@@ -4,9 +4,13 @@
"--x509certfile", "tests/serverX509Cert.pem",
"--x509keyfile", "tests/serverRSAPSSKey.pem",
"--x509certfile", "tests/serverRSAPSSCert.pem",
- "--x509keyfile", "../../../certs/ecc256.pem",
- "--x509certfile", "../../../certs/cert-ecc256.pem",
- "--debug=3",
+ "--x509keyfile", "tests/serverECKey.pem",
+ "--x509certfile", "tests/serverECCert.pem",
+ "--x509keyfile", "tests/serverP384ECKey.pem",
+ "--x509certfile", "tests/serverP384ECCert.pem",
+ "--x509keyfile", "tests/serverP521ECKey.pem",
+ "--x509certfile", "tests/serverP521ECCert.pem",
+ "--debug=6",
"--httpdata=../http.dat",
"--priority=@PRIORITY@",
"--disable-client-cert", "--port=@PORT@"],
@@ -52,9 +56,21 @@
"comment": "We do not support x448",
"arguments": ["-p", "@PORT@",
"-e", "TLS 1.3 with x448",
- "-n", "5"]},
+ "-n", "4"]},
+ {"name" : "test-tls13-ecdhe-curves.py",
+ "arguments": ["-p", "@PORT@"]},
+ {"name" : "test-tls13-ecdsa-support.py",
+ "arguments": ["-p", "@PORT@"]},
{"name" : "test-tls13-empty-alert.py",
"arguments": ["-p", "@PORT@"]},
+ {"name" : "test-tls13-ffdhe-groups.py",
+ "comment" : "We do not check for duplicate entries",
+ "arguments": ["-p", "@PORT@",
+ "-e", "ffdhe2048 - duplicated key share entry",
+ "-e", "ffdhe3072 - duplicated key share entry",
+ "-e", "ffdhe4096 - duplicated key share entry",
+ "-e", "ffdhe6144 - duplicated key share entry",
+ "-e", "ffdhe8192 - duplicated key share entry"]},
{"name" : "test-tls13-ffdhe-sanity.py",
"arguments": ["-p", "@PORT@"]},
{"name" : "test-tls13-finished.py",
@@ -68,6 +84,16 @@
"arguments": ["-p", "@PORT@"]},
{"name" : "test-tls13-keyshare-omitted.py",
"arguments": ["-p", "@PORT@"]},
+ {"name" : "test-tls13-keyupdate.py",
+ "comment" : "we have limits that prohibit the running multiple messages test; app data split timeouts waiting for new session ticket",
+ "arguments": ["-p", "@PORT@",
+ "-e", "app data split, conversation with KeyUpdate msg",
+ "-e", "multiple KeyUpdate messages"]},
+ {"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@",
+ "-e", "empty unassigned extensions, ids in range from 2 to 4118",
+ "-e", "unassigned extensions with random payload, ids in range from 2 to 1046"]},
{"name" : "test-tls13-legacy-version.py",
"arguments": ["-p", "@PORT@"]},
{"name" : "test-tls13-nociphers.py",
@@ -75,8 +101,6 @@
{"name" : "test-tls13-non-support.py",
"arguments": ["-p", "@PORT@"],
"exp_pass" : false},
- {"name" : "test-tls13-obsolete-curves.py",
- "arguments": ["-p", "@PORT@"]},
{"name" : "test-tls13-pkcs-signature.py",
"arguments": ["-p", "@PORT@"]},
{"name" : "test-tls13-record-padding.py",