- "comment" : "in these tests tlsfuzzer splits ClientHello into the first 2 bytes and the remainder, which gnutls doesn't support",
- "arguments": ["-e", "zero-length app data interleaved in handshake",
- "-p", "@PORT@",
+ "comment" : "in these tests tlsfuzzer splits ClientHello into the first 2 bytes and the remainder, which gnutls doesn't support, last 3 related to #481",
+ "arguments": ["-p", "@PORT@",
+ "-e", "zero-len app data with large padding during handshake",
+ "-e", "zero-len app data with large padding interleaved in handshake",
"-e", "zero-len app data with padding interleaved in handshake",
- "-e", "zero-len app data with large padding interleaved in handshake"]}
+ "-e", "zero-length app data during handshake",
+ "-e", "zero-length app data interleaved in handshake",
+ "-e", "zero-length app data with padding during handshake"]},
+ {"name" : "test-tls13-finished.py",
+ "arguments": ["-p", "@PORT@", "-n", "5"],
+ "exp_pass" : false,
+ "comment" : "we do not switch the keys early enough for this test see #481"}