1{ 2 "DisabledTests": { 3 "BadCBCPadding*": "Fuzzer mode has no CBC padding.", 4 5 "*BadFinished*": "Fuzzer mode ignores Finished checks.", 6 "TrailingMessageData-*Finished*": "Fuzzer mode ignores Finished checks.", 7 8 "DTLSIgnoreBadPackets*": "Fuzzer mode has no bad packets.", 9 "TLSFatalBadPackets": "Fuzzer mode has no bad packets.", 10 "*-BadRecord*": "Fuzzer mode has no bad packets.", 11 12 "BadRSAClientKeyExchange*": "Fuzzer mode does not notice a bad premaster secret.", 13 14 "TrailingMessageData-TLS13-ServerHello-*": "Fuzzer mode will not read the peer's alert as a MAC error", 15 "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", 17 "WrongMessageType-TLS13-ServerHello-*": "Fuzzer mode will not read the peer's alert as a MAC error", 18 19 "BadECDSA-*": "Fuzzer mode always accepts a signature.", 20 "*-InvalidSignature-*": "Fuzzer mode always accepts a signature.", 21 "Verify-*Auth-SignatureType*": "Fuzzer mode always accepts a signature.", 22 "ECDSACurveMismatch-Verify-TLS13*": "Fuzzer mode always accepts a signature.", 23 "InvalidChannelIDSignature-*": "Fuzzer mode always accepts a signature.", 24 25 "Resume-Server-CipherNotPreferred*": "Fuzzer mode does not encrypt tickets.", 26 "Resume-Server-DeclineBadCipher*": "Fuzzer mode does not encrypt tickets.", 27 "Resume-Server-DeclineCrossVersion*": "Fuzzer mode does not encrypt tickets.", 28 "TicketCallback-SingleCall-*": "Fuzzer mode does not encrypt tickets.", 29 "CorruptTicket-*": "Fuzzer mode does not encrypt tickets.", 30 "*RejectTicket-Server-*": "Fuzzer mode does not encrypt tickets.", 31 "ShimTicketRewritable*": "Fuzzer mode does not encrypt tickets.", 32 33 "Resume-Server-*Binder*": "Fuzzer mode does not check binders.", 34 35 "SkipEarlyData*": "Trial decryption does not work with the NULL cipher.", 36 "EarlyDataChannelID-OfferBoth-Server-*": "Trial decryption does not work with the NULL cipher.", 37 "EarlyDataChannelID-AcceptChannelID-Client-*": "Trial decryption does not work with the NULL cipher.", 38 "EarlyData-NonZeroRTTSession-Server-*": "Trial decryption does not work with the NULL cipher.", 39 "EarlyData-SkipEndOfEarlyData-*": "Trial decryption does not work with the NULL cipher.", 40 "EarlyData-ALPNMismatch-*": "Trial decryption does not work with the NULL cipher.", 41 "EarlyData-ALPNOmitted1-Client-*": "Trial decryption does not work with the NULL cipher.", 42 "EarlyData-ALPNOmitted2-Client-*": "Trial decryption does not work with the NULL cipher.", 43 "EarlyData-ALPNOmitted1-Server-*": "Trial decryption does not work with the NULL cipher.", 44 "EarlyData-ALPNOmitted2-Server-*": "Trial decryption does not work with the NULL cipher.", 45 "*-EarlyData-RejectUnfinishedWrite-Client-*": "Trial decryption does not work with the NULL cipher.", 46 "EarlyData-Reject*-Client*": "Trial decryption does not work with the NULL cipher.", 47 "CustomExtensions-Server-EarlyDataOffered": "Trial decryption does not work with the NULL cipher.", 48 "*-TicketAgeSkew-*-Reject*": "Trial decryption does not work with the NULL cipher.", 49 "*EarlyDataRejected*": "Trial decryption does not work with the NULL cipher.", 50 "ALPS-EarlyData-Mismatch-*": "Trial decryption does not work with the NULL cipher.", 51 52 "Renegotiate-Client-BadExt*": "Fuzzer mode does not check renegotiation_info.", 53 54 "CBCRecordSplitting*": "Fuzzer mode does not implement record-splitting.", 55 56 "*-ECH-Server-Decline*": "Encryption with wrong ECHConfig will not fail because fuzzer mode skips HPKE decryption." 57 } 58} 59