-
Notifications
You must be signed in to change notification settings - Fork 8
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
add additional credential types #38
Conversation
rohanmahy
commented
Oct 28, 2024
- add multi and weak-multi credential types
|
||
The `cipher_suite` for a credential is NOT REQUIRED to match the cipher suite | ||
for the MLS group in which it is used, but MUST meet the support requirements | ||
with regard to support by group members discussed below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would the ciphersuite not match? What is its purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea here is like how you can have an X.509 certificate certifying an ECDSA key that is signed under a CA certificate with an RSA key.
As discussed at 20250123 interim, address Brendan's comments and then merge. Also may be refactored as a result of appsync. |
Co-authored-by: Rohan Mahy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I believe we have addressed the comments from @Bren2010 in GitHub comments, so we should be clear to merge.