blob: 1a154c2cd1b9c4e2e451871f2f0c9ef0497d99cb [file] [log] [blame]
Steven Valdezbb1ceac2016-10-07 10:34:51 -04001{
2 "DisabledTests": {
3 "BadCBCPadding*": "Fuzzer mode has no CBC padding.",
Steven Valdez909b19f2016-11-21 15:35:44 -05004
Robert Sloan84377092017-08-14 09:33:19 -07005 "*BadFinished*": "Fuzzer mode ignores Finished checks.",
Steven Valdezbb1ceac2016-10-07 10:34:51 -04006 "TrailingMessageData-*Finished*": "Fuzzer mode ignores Finished checks.",
7
8 "DTLSIgnoreBadPackets*": "Fuzzer mode has no bad packets.",
9 "TLSFatalBadPackets": "Fuzzer mode has no bad packets.",
Robert Sloan8542c082018-02-05 09:07:34 -080010 "*-BadRecord*": "Fuzzer mode has no bad packets.",
Steven Valdezbb1ceac2016-10-07 10:34:51 -040011
12 "BadRSAClientKeyExchange*": "Fuzzer mode does not notice a bad premaster secret.",
Steven Valdezbb1ceac2016-10-07 10:34:51 -040013
14 "TrailingMessageData-TLS13-ServerHello": "Fuzzer mode will not read the peer's alert as a MAC error",
David Benjamin95add822016-10-19 01:09:12 -040015 "UnexpectedUnencryptedExtension-Client-TLS13": "Fuzzer mode will not read the peer's alert as a MAC error",
16 "UnknownUnencryptedExtension-Client-TLS13": "Fuzzer mode will not read the peer's alert as a MAC error",
Steven Valdezbb1ceac2016-10-07 10:34:51 -040017 "WrongMessageType-TLS13-ServerHello": "Fuzzer mode will not read the peer's alert as a MAC error",
18
Steven Valdez909b19f2016-11-21 15:35:44 -050019 "BadECDSA-*": "Fuzzer mode always accepts a signature.",
20 "*-InvalidSignature-*": "Fuzzer mode always accepts a signature.",
Srinivas Paladugudd42a612019-08-09 19:30:39 +000021 "*Auth-Verify-RSA-PKCS1-*-TLS13*": "Fuzzer mode always accepts a signature.",
22 "*Auth-Verify-ECDSA-SHA1-TLS13*": "Fuzzer mode always accepts a signature.",
23 "*Auth-Verify-ECDSA-P224-*-TLS13*": "Fuzzer mode always accepts a signature.",
Steven Valdezbb1ceac2016-10-07 10:34:51 -040024 "Verify-*Auth-SignatureType*": "Fuzzer mode always accepts a signature.",
Robert Sloan8542c082018-02-05 09:07:34 -080025 "ECDSACurveMismatch-Verify-TLS13*": "Fuzzer mode always accepts a signature.",
Steven Valdez909b19f2016-11-21 15:35:44 -050026 "InvalidChannelIDSignature-*": "Fuzzer mode always accepts a signature.",
27
Robert Sloan69939df2017-01-09 10:53:07 -080028 "Resume-Server-CipherNotPreferred*": "Fuzzer mode does not encrypt tickets.",
Steven Valdez909b19f2016-11-21 15:35:44 -050029 "Resume-Server-DeclineBadCipher*": "Fuzzer mode does not encrypt tickets.",
30 "Resume-Server-DeclineCrossVersion*": "Fuzzer mode does not encrypt tickets.",
31 "TicketCallback-SingleCall-*": "Fuzzer mode does not encrypt tickets.",
32 "CorruptTicket-*": "Fuzzer mode does not encrypt tickets.",
Robert Sloan8542c082018-02-05 09:07:34 -080033 "ShimTicketRewritable*": "Fuzzer mode does not encrypt tickets.",
Steven Valdez909b19f2016-11-21 15:35:44 -050034
Robert Sloan69939df2017-01-09 10:53:07 -080035 "Resume-Server-*Binder*": "Fuzzer mode does not check binders.",
36
Robert Sloan6f79a502017-04-03 09:16:40 -070037 "SkipEarlyData*": "Trial decryption does not work with the NULL cipher.",
Robert Sloan99319a12017-11-27 10:32:46 -080038 "EarlyDataChannelID-OfferBoth-Server-*": "Trial decryption does not work with the NULL cipher.",
39 "EarlyData-NonZeroRTTSession-Server-*": "Trial decryption does not work with the NULL cipher.",
40 "EarlyData-SkipEndOfEarlyData-*": "Trial decryption does not work with the NULL cipher.",
41 "EarlyData-ALPNMismatch-Server-*": "Trial decryption does not work with the NULL cipher.",
42 "EarlyData-ALPNOmitted1-Client-*": "Trial decryption does not work with the NULL cipher.",
43 "EarlyData-ALPNOmitted2-Client-*": "Trial decryption does not work with the NULL cipher.",
44 "EarlyData-ALPNOmitted1-Server-*": "Trial decryption does not work with the NULL cipher.",
45 "EarlyData-ALPNOmitted2-Server-*": "Trial decryption does not work with the NULL cipher.",
Robert Sloana12bf462017-07-17 07:08:26 -070046 "*-EarlyData-RejectUnfinishedWrite-Client-*": "Trial decryption does not work with the NULL cipher.",
Robert Sloanc9abfe42018-11-26 12:19:07 -080047 "EarlyData-Reject*-Client-*": "Trial decryption does not work with the NULL cipher.",
Robert Sloan55818102017-12-18 11:26:17 -080048 "CustomExtensions-Server-EarlyDataOffered": "Trial decryption does not work with the NULL cipher.",
Robert Sloanf6200e72017-07-10 08:09:18 -070049
Robert Sloanb6d070c2017-07-24 08:40:01 -070050 "Renegotiate-Client-BadExt*": "Fuzzer mode does not check renegotiation_info.",
51
52 "CBCRecordSplitting*": "Fuzzer mode does not implement record-splitting."
Steven Valdezbb1ceac2016-10-07 10:34:51 -040053 }
54}