• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "DisabledTests": {
3    "BadCBCPadding*": "Fuzzer mode has no CBC padding.",
4
5    "BadFinished-*": "Fuzzer mode ignores Finished checks.",
6    "FalseStart-BadFinished": "Fuzzer mode ignores Finished checks.",
7    "TrailingMessageData-*Finished*": "Fuzzer mode ignores Finished checks.",
8
9    "DTLSIgnoreBadPackets*": "Fuzzer mode has no bad packets.",
10    "TLSFatalBadPackets": "Fuzzer mode has no bad packets.",
11    "*-BadRecord": "Fuzzer mode has no bad packets.",
12
13    "BadRSAClientKeyExchange*": "Fuzzer mode does not notice a bad premaster secret.",
14
15    "TrailingMessageData-TLS13-ServerHello": "Fuzzer mode will not read the peer's alert as a MAC error",
16    "UnexpectedUnencryptedExtension-Client-TLS13": "Fuzzer mode will not read the peer's alert as a MAC error",
17    "UnknownUnencryptedExtension-Client-TLS13": "Fuzzer mode will not read the peer's alert as a MAC error",
18    "WrongMessageType-TLS13-ServerHello": "Fuzzer mode will not read the peer's alert as a MAC error",
19
20    "BadECDSA-*": "Fuzzer mode always accepts a signature.",
21    "*-InvalidSignature-*": "Fuzzer mode always accepts a signature.",
22    "*Auth-Verify-RSA-PKCS1-*-TLS13*": "Fuzzer mode always accepts a signature.",
23    "*Auth-Verify-ECDSA-SHA1-TLS13*": "Fuzzer mode always accepts a signature.",
24    "*Auth-Verify-ECDSA-P224-*-TLS13*": "Fuzzer mode always accepts a signature.",
25    "Verify-*Auth-SignatureType*": "Fuzzer mode always accepts a signature.",
26    "ECDSACurveMismatch-Verify-TLS13": "Fuzzer mode always accepts a signature.",
27    "InvalidChannelIDSignature-*": "Fuzzer mode always accepts a signature.",
28
29    "Resume-Server-CipherNotPreferred*": "Fuzzer mode does not encrypt tickets.",
30    "Resume-Server-DeclineBadCipher*": "Fuzzer mode does not encrypt tickets.",
31    "Resume-Server-DeclineCrossVersion*": "Fuzzer mode does not encrypt tickets.",
32    "TicketCallback-SingleCall-*": "Fuzzer mode does not encrypt tickets.",
33    "CorruptTicket-*": "Fuzzer mode does not encrypt tickets.",
34    "ShimTicketRewritable": "Fuzzer mode does not encrypt tickets.",
35
36    "Resume-Server-*Binder*": "Fuzzer mode does not check binders.",
37
38    "SkipEarlyData*": "Trial decryption does not work with the NULL cipher.",
39    "*-EarlyDataChannelID-OfferBoth-Server": "Trial decryption does not work with the NULL cipher.",
40    "*-EarlyData-NonZeroRTTSession-Server": "Trial decryption does not work with the NULL cipher.",
41    "*-EarlyData-SkipEndOfEarlyData": "Trial decryption does not work with the NULL cipher.",
42    "*-EarlyData-ALPNMismatch-Server": "Trial decryption does not work with the NULL cipher.",
43    "*-EarlyData-ALPNOmitted1-Client": "Trial decryption does not work with the NULL cipher.",
44    "*-EarlyData-ALPNOmitted2-Client": "Trial decryption does not work with the NULL cipher.",
45    "*-EarlyData-ALPNOmitted1-Server": "Trial decryption does not work with the NULL cipher.",
46    "*-EarlyData-ALPNOmitted2-Server": "Trial decryption does not work with the NULL cipher.",
47    "*-EarlyData-RejectUnfinishedWrite-Client-*": "Trial decryption does not work with the NULL cipher.",
48    "*-EarlyData-Reject-Client": "Trial decryption does not work with the NULL cipher.",
49    "*-EarlyData-RejectTicket-Client": "Trial decryption does not work with the NULL cipher.",
50
51    "Renegotiate-Client-BadExt*": "Fuzzer mode does not check renegotiation_info."
52  }
53}
54