Home | History | Annotate | Download | only in runner
      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     "*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.",
     24     "Verify-*Auth-SignatureType*": "Fuzzer mode always accepts a signature.",
     25     "ECDSACurveMismatch-Verify-TLS13*": "Fuzzer mode always accepts a signature.",
     26     "InvalidChannelIDSignature-*": "Fuzzer mode always accepts a signature.",
     27 
     28     "Resume-Server-CipherNotPreferred*": "Fuzzer mode does not encrypt tickets.",
     29     "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.",
     33     "ShimTicketRewritable*": "Fuzzer mode does not encrypt tickets.",
     34 
     35     "Resume-Server-*Binder*": "Fuzzer mode does not check binders.",
     36 
     37     "SkipEarlyData*": "Trial decryption does not work with the NULL cipher.",
     38     "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.",
     46     "*-EarlyData-RejectUnfinishedWrite-Client-*": "Trial decryption does not work with the NULL cipher.",
     47     "EarlyData-Reject-Client-*": "Trial decryption does not work with the NULL cipher.",
     48     "EarlyData-RejectTicket-Client-*": "Trial decryption does not work with the NULL cipher.",
     49     "CustomExtensions-Server-EarlyDataOffered": "Trial decryption does not work with the NULL cipher.",
     50 
     51     "Renegotiate-Client-BadExt*": "Fuzzer mode does not check renegotiation_info.",
     52 
     53     "CBCRecordSplitting*": "Fuzzer mode does not implement record-splitting."
     54   }
     55 }
     56