-
Notifications
You must be signed in to change notification settings - Fork 325
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
switch default ciphersuite to 2 #4373
base: develop
Are you sure you want to change the base?
Conversation
999d2a3
to
94c88e0
Compare
94c88e0
to
4b38c2e
Compare
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.
We should add release notes about this change because if the operator doesn't notice this, the clients could get into a very confusing state.
defCipherSuite = MLS_128_DHKEMX25519_AES128GCM_SHA256_Ed25519 | ||
defCipherSuite = MLS_128_DHKEMP256_AES128GCM_SHA256_P256 |
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 is unused now. As discussed on the call, we should delete this and make a v8 version of the only endpoint which uses defaultCipherSuiteV7
which makes the ciphersuite mandatory.
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.
Also feel free to do this in a separate PR/ticket.
- 0x0005 is unsupported by Rust lib
https://wearezeta.atlassian.net/browse/WPB-15004
Checklist
changelog.d