-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Description
Hi,
i working on TLS 1.3 implementations and try the tool for check if it is good...
And found a issue about draft format
I get :
Extension: supported_versions (len=3)
Type: supported_versions (43)
Length: 3
Supported Versions length: 2
Supported Versions: Unknown (0x7f16)
The problem is about 0x07
With Firefox nighty build, the draft number is "encoded using hexa"
Extension: supported_versions (len=9)
Type: supported_versions (43)
Length: 9
Supported Versions length: 8
Supported Versions: TLS 1.3 (draft 16) (0x7f10)
...
(Google Chrome Canary, use 0x0f0e for draft 14 ?)
I have check the draft spec (4.2.1.1. Draft Version Indicator) and it is no indicate the format
Metadata
Metadata
Assignees
Labels
No labels