diff options
author | Jack Lloyd <[email protected]> | 2019-05-23 17:07:21 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-23 17:07:21 -0400 |
commit | 82624a7b8254804b1c642c6543be106bddd83318 (patch) | |
tree | 0bba94b3af8161bc6f1bff586fab3e9a24df9a80 | |
parent | b9faaea51579cb4a01b6923cade34f34931cbd18 (diff) |
Some analysis of failing tests
-rw-r--r-- | src/bogo_shim/config.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bogo_shim/config.json b/src/bogo_shim/config.json index 8c3e8e28e..7b95c9f5d 100644 --- a/src/bogo_shim/config.json +++ b/src/bogo_shim/config.json @@ -94,6 +94,8 @@ "ClientAuth-Verify-ECDSA-P521-SHA512-TLS12": "BoringSSL will sign SHA-1 and SHA-512 with ECDSA but not accept them.", "ClientAuth-Verify-ECDSA-SHA1-TLS12": "BoringSSL will sign SHA-1 and SHA-512 with ECDSA but not accept them.", + "AppDataAfterChangeCipherSpec-DTLS*": "BoringSSL DTLS drops out of order AppData, we reject", + "*Renegotiate-Server-Forbidden*": "Testing some BoringSSL specific restriction", "Resume-Client-NoResume-TLS1-TLS11": "BoGo expects resumption attempt sends latest version", "Resume-Client-NoResume-TLS1-TLS12": "BoGo expects resumption attempt sends latest version", @@ -123,12 +125,10 @@ "DTLS-Retransmit*": "Shim needs timeout support", - "AppDataAfterChangeCipherSpec-DTLS*": "Needs investigation", "DTLS-StrayRetransmitFinished-ClientFull": "Needs investigation", "DTLS-StrayRetransmitFinished-ServerResume": "Needs investigation", "MixCompleteMessageWithFragments-DTLS": "Needs investigation", "ReorderHandshakeFragments-Small-DTLS": "Needs investigation", - "SendUnencryptedFinished-DTLS": "Needs investigation", "Shutdown-Shim-ApplicationData*": "Needs investigation", "Shutdown-Shim-HelloRequest-CannotHandshake*": "Needs investigation", @@ -147,7 +147,10 @@ "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)", + "SendUnencryptedFinished-DTLS": "Need to check for buffered messages when CCS (bug)", + "SendOCSPResponseOnResume-TLS12": "Not supported by Botan (bug)", "ECDSAKeyUsage-TLS12": "Botan ignores KeyUsage (bug)", "RSAKeyUsage-*": "Botan ignores KeyUsage (bug)" |