Skip to content

Version statement for TLS1.3 assigns 0x0301 (TLS1) and 0x0303 (TLS1.2) #18

@argyrisp

Description

@argyrisp

In jarm.py, function packet_building(), while appending the first bytes together, this statement does not make sense to me:

if jarm_details[2] == "TLS_1.3":
    payload += b"\x03\x01"
    client_hello = b"\x03\x03"

If JARM is specified to use TLS1.3, the versions used are 0x0301 (TLS1) and 0x0303 (TLS1.2)? Shouldn't it be 0x0304? I've just started playing around with TLS so I might be missing some key information here.

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