From 961b387c76cad0c9c104489ebafbd4cf977942a8 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 4 Oct 2017 14:40:44 +0100 Subject: [PATCH] Fixed BadCBCPadding255 test https://go-review.googlesource.com/c/go/+/68070 --- config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config.json b/config.json index e2b4135..6f9a9cc 100644 --- a/config.json +++ b/config.json @@ -27,7 +27,6 @@ "InvalidCompressionMethod": "client: TODO send IllegalParam instead of UnexpectedMessage", "LargeMessage": "client: bogo violates draft -21 and sends a too large message", "TLS13-AEAD-*-LargeRecord": "client: bogo violates draft -21 and sends a too large message", - "BadCBCPadding255": "client: TODO investigate", "NoClientCertificate-TLS13": "client: TODO implement client certs", "TLS13-Client-CertAuth-*": "client: TODO implement client certs", "SupportedVersionSelection-TLS12": "client: TODO send Unexpected Extension if server sends SV",