diff options
-rw-r--r-- | tests/suite/tls-fuzzer/gnutls-nocert.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert.json b/tests/suite/tls-fuzzer/gnutls-nocert.json index 10f41ba7af..824974c7af 100644 --- a/tests/suite/tls-fuzzer/gnutls-nocert.json +++ b/tests/suite/tls-fuzzer/gnutls-nocert.json @@ -8,6 +8,25 @@ "--priority=@PRIORITY@", "--disable-client-cert", "--port=@PORT@"], "tests" : [ + {"name" : "test-large-hello.py", + "arguments" : [ + "two ext, #80 61384 bytes", + "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" : "we don't support fragmentation in client hello", + "arguments" : + ["sanity check - fragmented", + "fragmented, padding ext 0 bytes", + "fragmented, padding ext 65354 bytes", + "fragmented, padding ext 16213 bytes"], + "exp_pass" : false}, {"name" : "test-ecdsa-sig-flexibility.py"}, {"name" : "test-ocsp-stapling.py", "arguments" : ["--no-status"] }, |