diff options
author | Jack Lloyd <[email protected]> | 2019-05-21 07:46:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-21 07:46:11 -0400 |
commit | f7525fc6b5dd8ad6e224f012c78e56993cac4ebd (patch) | |
tree | 4fb5a0d5262d2eec8d7b43c97daa93d6254e0aed /src/bogo_shim | |
parent | 1c946fcfaa463c02caa63b935162d849d656dbfb (diff) |
Disable some BoGo tests with problems not immediately debuggable
Diffstat (limited to 'src/bogo_shim')
-rw-r--r-- | src/bogo_shim/config.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/bogo_shim/config.json b/src/bogo_shim/config.json index 046d3df40..f69c4b929 100644 --- a/src/bogo_shim/config.json +++ b/src/bogo_shim/config.json @@ -100,6 +100,29 @@ "DTLS-Replay*": "Needs analysis", "DTLS-Retransmit*": "Shim needs timeout support", + "AppDataAfterChangeCipherSpec-DTLS*": "Needs investigation", + "BadChangeCipherSpec-DTLS-*": "Needs investigation", + "DTLS-StrayRetransmitFinished-ClientFull": "Needs investigation", + "DTLS-StrayRetransmitFinished-ServerResume": "Needs investigation", + "DisableEverything-DTLS": "Needs investigation", + "LargeCiphertext-DTLS": "Needs investigation", + "MajorVersionTolerance-DTLS": "Needs investigation", + "MinimumVersion-Client-TLS12-TLS1-DTLS": "Needs investigation", + "MinimumVersion-Server-TLS12-TLS1-DTLS": "Needs investigation", + "MixCompleteMessageWithFragments-DTLS": "Needs investigation", + "NoSupportedVersions-DTLS": "Needs investigation", + "ReorderHandshakeFragments-Small-DTLS": "Needs investigation", + "SendUnencryptedFinished-DTLS": "Needs investigation", + "VersionNegotiation-Client-TLS1-TLS12-DTLS": "Needs investigation", + "VersionNegotiation-Server-TLS1-TLS12-DTLS": "Needs investigation", + "VersionTooLow-DTLS": "Needs investigation", + + "ClientOCSPCallback-FailNoStaple-*-DTLS*": "Alert problem", + "MinimumVersion-Client2-TLS12-TLS1-DTLS": "Alert problem", + "SendBogusAlertType-DTLS": "Alert problem", + "TrailingMessageData-*-DTLS*": "Alert problem", + "WrongMessageType-*-DTLS*": "Alert problem", + "Renegotiate-Client-Packed": "Packing HelloRequest with Finished loses the HelloRequest (bug)", "SendHalfHelloRequest*PackHandshake": "Packing HelloRequest with Finished loses the HelloRequest (bug)", "PartialClientFinishedWithClientHello": "Need to check for buffered messages when CCS (bug)", |