diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-09-26 10:29:15 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-02-19 15:29:34 +0100 |
commit | 7ac5b728ea34fe6d21fe39707a210cd38c50c386 (patch) | |
tree | d7e52124866d0369c79854e2994039d9e8cc62cb /tests/suite/tls-fuzzer | |
parent | b5e8bc20e507614b04db2515eb14fd5304dc6c26 (diff) | |
download | gnutls-7ac5b728ea34fe6d21fe39707a210cd38c50c386.tar.gz |
tlsfuzzer: disable non TLS1.3-ready tests
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/suite/tls-fuzzer')
-rw-r--r-- | tests/suite/tls-fuzzer/gnutls-nocert.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert.json b/tests/suite/tls-fuzzer/gnutls-nocert.json index 69b1eb753b..9f72b6c6d2 100644 --- a/tests/suite/tls-fuzzer/gnutls-nocert.json +++ b/tests/suite/tls-fuzzer/gnutls-nocert.json @@ -14,12 +14,16 @@ "two ext, #80 12276 bytes", "ciphers even 8199", "ciphers odd 8090", - "multiple extensions 9212", - "multiple extensions 1", - "multiple extensions 16353", "ext padding, 16130 bytes", "ext padding, 65367 bytes"]}, {"name" : "test-large-hello.py", + "comment" : "These tests are not TLS1.3 ready; they use extensions already assigned for it wrongly; renamed once https://github.com/tomato42/tlsfuzzer/pull/163 is merged", + "arguments" : + ["multiple extensions 9212", + "multiple extensions 1", + "multiple extensions 16353"], + "exp_pass" : false}, + {"name" : "test-large-hello.py", "comment" : "These tests rely on fragmenting the first bytes of the handshake header. Gnutls is limited on that, and doesn't accept handshake header fragmentation.", "arguments" : ["sanity check - fragmented", |