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

Forbid the sender from sending duplicate supported groups entries. #1354

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bob-beck
Copy link

Supported Groups is intimately tied to Key Share, where Key Share must be sent in the preference order specified by Supported Groups.

Duplicate Key Shares for a group are already forbidden from being sent, but allowing duplicates in Supported Groups makes this a bit muddled if supported groups is permitted to be, for example, ABA and the client sends key share B then A.

Now, nothing sane should actually be sending duplicate supported groups in a preference order, but it's still not forbidden to do so today. I'm suggesting we just not allow this so server side implementations can reject attempts to do so.

@ekr
Copy link
Contributor

ekr commented Apr 11, 2024

This seems reasonable, but it's a normative change, so the chairs need to tell us how to proceed.

@seanturner @jsalowey @dconnolly

draft-ietf-tls-rfc8446bis.md Outdated Show resolved Hide resolved
@ekr
Copy link
Contributor

ekr commented May 27, 2024

@seanturner @jsalowey @dconnolly do the chairs want to entertain this?

Co-authored-by: Martin Thomson <mt@lowentropy.net>
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.

None yet

4 participants