diff options
author | Jack Lloyd <[email protected]> | 2019-05-23 16:09:09 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-23 16:09:09 -0400 |
commit | 29af3640c9385dd79b7e8aa129aa9f273fb9e0bc (patch) | |
tree | fd5a20f1fd95b4f85e8479f24b11e8c512e7165c /src/bogo_shim | |
parent | 963ae6228ba0a6306b90b19784e8d2cbef76a13d (diff) |
Clarify disabled comment
Diffstat (limited to 'src/bogo_shim')
-rw-r--r-- | src/bogo_shim/config.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/bogo_shim/config.json b/src/bogo_shim/config.json index f22ac5200..ebd9f73f1 100644 --- a/src/bogo_shim/config.json +++ b/src/bogo_shim/config.json @@ -141,12 +141,12 @@ "MTUExceeded": "BoringSSL splits DTLS handshakes differently", - "MinimumVersion-Client-TLS12-TLS1-DTLS": "Alert problem", - "ClientOCSPCallback-FailNoStaple-*-DTLS*": "Alert problem", - "MinimumVersion-Client2-TLS12-TLS1-DTLS": "Alert problem", - "SendBogusAlertType-DTLS": "Alert problem", - "TrailingMessageData-*-DTLS*": "Alert problem", - "WrongMessageType-*-DTLS*": "Alert problem", + "MinimumVersion-Client-TLS12-TLS1-DTLS": "Client sends expected alert, server doesn't receive it. Needs investigation", + "ClientOCSPCallback-FailNoStaple-*-DTLS*": "Client sends expected alert, server doesn't receive it. Needs investigation", + "MinimumVersion-Client2-TLS12-TLS1-DTLS": "Client sends expected alert, server doesn't receive it. Needs investigation", + "SendBogusAlertType-DTLS": "Client sends expected alert, server doesn't receive it. Needs investigation", + "TrailingMessageData-*-DTLS*": "Client sends expected alert, server doesn't receive it. Needs investigation", + "WrongMessageType-*-DTLS*": "Client sends expected alert, server doesn't receive it. Needs investigation", "Renegotiate-Client-Packed": "Packing HelloRequest with Finished loses the HelloRequest (bug)", "SendHalfHelloRequest*PackHandshake": "Packing HelloRequest with Finished loses the HelloRequest (bug)", |