Skip to content

Draft format on supported_versions #3

@alagoutte

Description

@alagoutte

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions