Fixed BadCBCPadding255 test

https://go-review.googlesource.com/c/go/+/68070
This commit is contained in:
Peter Wu 2017-10-04 14:40:44 +01:00 committed by Filippo Valsorda
parent d4e5aa6451
commit b29368eea3

View File

@ -27,7 +27,6 @@
"InvalidCompressionMethod": "client: TODO send IllegalParam instead of UnexpectedMessage", "InvalidCompressionMethod": "client: TODO send IllegalParam instead of UnexpectedMessage",
"LargeMessage": "client: bogo violates draft -21 and sends a too large message", "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", "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", "NoClientCertificate-TLS13": "client: TODO implement client certs",
"TLS13-Client-CertAuth-*": "client: TODO implement client certs", "TLS13-Client-CertAuth-*": "client: TODO implement client certs",
"SupportedVersionSelection-TLS12": "client: TODO send Unexpected Extension if server sends SV", "SupportedVersionSelection-TLS12": "client: TODO send Unexpected Extension if server sends SV",