From 3fbd902fed574f8f68a96732154ab5b01f8eb6a7 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 4 Oct 2017 15:06:11 +0100 Subject: [PATCH] Document TLS13-WrongOuterRecord The spec only says that the "opaque_type" field is always set to 23 (application_data), but that is not a MUST check. https://github.com/cloudflare/tls-tris/issues/47 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 6f9a9cc..80dd5d3 100644 --- a/config.json +++ b/config.json @@ -55,7 +55,7 @@ "TLS13-TestBadTicketAge-Client": "client: TODO implement resumption", "TLS13-DuplicateTicketEarlyDataInfo": "client: TODO implement resumption", - "TLS13-WrongOuterRecord": "client: TODO reject wrong content type", + "TLS13-WrongOuterRecord": "client: checking record content type is not a MUST", "Basic-Client-*":"client: TODO implement resumption", "TLS13-1RTT-Client-*": "client: TODO implement resumption",