diff options
Diffstat (limited to 'tests/suite/tls-fuzzer/gnutls-nocert-tls13.json')
-rw-r--r-- | tests/suite/tls-fuzzer/gnutls-nocert-tls13.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json b/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json index 806cc17b16..30bbf11e46 100644 --- a/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json +++ b/tests/suite/tls-fuzzer/gnutls-nocert-tls13.json @@ -7,6 +7,7 @@ "--x509keyfile", "../../../certs/ecc256.pem", "--x509certfile", "../../../certs/cert-ecc256.pem", "--debug=3", + "--httpdata=../http.dat", "--priority=@PRIORITY@", "--disable-client-cert", "--port=@PORT@"], "server_hostname": "localhost", @@ -14,9 +15,8 @@ "tests" : [ {"name" : "test-record-size-limit.py", "comment" : "changed extension after HRR is not supported #617", - "arguments" : ["-p", "@PORT@", "--reply-AD-size", "685", + "arguments" : ["-p", "@PORT@", "--reply-AD-size", "1024", "-e", "change size in TLS 1.2 resumption", - "-e", "change size in TLS 1.3 session resumption", "-e", "check if server accepts maximum size in TLS 1.0", "-e", "check if server accepts maximum size in TLS 1.1", "-e", "check if server accepts maximum size in TLS 1.2", @@ -29,7 +29,6 @@ "-e", "check server sent size in TLS 1.1", "-e", "check server sent size in TLS 1.2", "-e", "drop extension in TLS 1.2 resumption", - "-e", "drop extension in TLS 1.3 session resumption", "-e", "modified extension in 2nd CH in HRR handshake", "-e", "renegotiation with changed limit", "-e", "renegotiation with dropped extension", @@ -38,10 +37,6 @@ "-e", "check server sent size in TLS 1.1 with max_fragment_length", "-e", "check server sent size in TLS 1.2 with max_fragment_length", "-e", "removed extension in 2nd CH in HRR handshake"] }, - {"name" : "test-record-size-limit.py", - "arguments" : ["-p", "@PORT@", "--reply-AD-size", "672", - "change size in TLS 1.3 session resumption", - "drop extension in TLS 1.3 session resumption"] }, {"name" : "test-tls13-0rtt-garbage.py", "arguments": ["-p", "@PORT@"]}, {"name" : "test-tls13-ccs.py", |