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 conflicting error codes #4088

Merged
merged 1 commit into from
Sep 24, 2020
Merged

Fix conflicting error codes #4088

merged 1 commit into from
Sep 24, 2020

Conversation

martinthomson
Copy link
Member

I guess technically we could have let both of these stand and used the
same error code for both conditions, but that seems unnecessary. Moving
the AEAD limit seems easier.

Closes #4087.

I guess technically we could have let both of these stand and used the
same error code for both conditions, but that seems unnecessary.  Moving
the AEAD limit seems easier.

Closes #4087.
@martinthomson martinthomson added design An issue that affects the design of the protocol; resolution requires consensus. -tls labels Sep 10, 2020
Copy link
Contributor

@janaiyengar janaiyengar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh. Thanks for resolving this.

geraldcombs pushed a commit to wireshark/wireshark that referenced this pull request Sep 12, 2020
Update value_string version (0x000e)
Add AEAD_LIMIT_REACHED (0xf) Error (with conflict fix : quicwg/base-drafts#4088)

Issue #13881
@martinthomson martinthomson merged commit 4501830 into master Sep 24, 2020
@martinthomson martinthomson deleted the deconflict-tls-errors branch September 24, 2020 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-tls design An issue that affects the design of the protocol; resolution requires consensus.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conflicting error codes
6 participants