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
This commit is contained in:
Peter Wu 2017-10-04 15:06:11 +01:00
parent 961b387c76
commit 3fbd902fed

View File

@ -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",