From 3726fac5b8c1c9c468be2c0981267f011d88b394 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 4 Oct 2017 16:31:12 +0100 Subject: [PATCH] Fixes LargeMessage test Fixed in tls-tris: "crypto/tls: accept 2^14+1 TLSInnerPlaintext" --- config.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.json b/config.json index c2e776f..e11ffe4 100644 --- a/config.json +++ b/config.json @@ -25,8 +25,6 @@ "SendBogusAlertType": "client: TODO send IllegalParam instead of UnexpectedMessage", "SkipNewSessionTicket": "client: TODO enable session cache", "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", "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",