diff options
Diffstat (limited to 'src/bogo_shim/config.json')
-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)", |