Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ClientHelloOuterAAD.outer_hello length #368

Merged
merged 1 commit into from
Nov 24, 2020

Conversation

cjpatton
Copy link
Contributor

Per RFC8446, Section 4, handshake messages, including ClientHello, may
be up to 2^24-1 bytes in length.

Per RFC8446, Section 4, handshake messages, including ClientHello, may
be up to 2^24-1 bytes in length.
@davidben
Copy link
Collaborator

davidben commented Nov 24, 2020

(I think the maximum possible ClientHello is 2^17 bytes plus some loose change, but who's counting? :-) 2^24-1 is less thinking.)

@chris-wood chris-wood merged commit 314f206 into tlswg:master Nov 24, 2020
@cjpatton cjpatton deleted the cjpatton/inner-hello-aad-length branch June 11, 2021 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants