-
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
Refactor ciphersuite handling for 1-1 convs #4009
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pcapriotti
changed the base branch from
develop
to
pcapriotti/new-mls-ciphersuites
April 18, 2024 14:28
zebot
added
the
ok-to-test
Approved for running tests in CI, overrides not-ok-to-test if both labels exist
label
Apr 18, 2024
pcapriotti
force-pushed
the
pcapriotti/mls-one-to-one-ciphersuite
branch
from
April 22, 2024 11:50
add454e
to
332a1d6
Compare
pcapriotti
force-pushed
the
pcapriotti/mls-one-to-one-ciphersuite
branch
2 times, most recently
from
April 23, 2024 11:29
e66f1ac
to
1bc60de
Compare
This changes the conversation and subconversation metadata so that epoch, epoch timestamp and ciphersuites are all simultaneously optional. This makes it possible not to set a ciphersuite for conversations until they receive a commit.
pcapriotti
force-pushed
the
pcapriotti/mls-one-to-one-ciphersuite
branch
from
April 25, 2024 09:31
1bc60de
to
540ed8b
Compare
stefanwire
approved these changes
Apr 29, 2024
pcapriotti
added a commit
that referenced
this pull request
May 8, 2024
* Introduce ActiveMLSConversationData This changes the conversation and subconversation metadata so that epoch, epoch timestamp and ciphersuites are all simultaneously optional. This makes it possible not to set a ciphersuite for conversations until they receive a commit. * Fix assertions in integration tests * Add more versioned conversation endpoints * Make SubConversation record versioned * Adapt galley to versioning changes * Adapt and expand conversation golden tests * Fix arbitrary instance of ConversationMLSData * Test old versions of conversation metadata * Restore epoch field in Conversation serialisation * Add CHANGELOG entry * Lint * Test MLS 1-1 with other ciphersuites * Fix assertion in galley integration test * fixup! Fix assertion in galley integration test
pcapriotti
added a commit
that referenced
this pull request
May 8, 2024
* Refactor ciphersuite handling for 1-1 convs (#4009) * Introduce ActiveMLSConversationData This changes the conversation and subconversation metadata so that epoch, epoch timestamp and ciphersuites are all simultaneously optional. This makes it possible not to set a ciphersuite for conversations until they receive a commit. * Fix assertions in integration tests * Add more versioned conversation endpoints * Make SubConversation record versioned * Adapt galley to versioning changes * Adapt and expand conversation golden tests * Fix arbitrary instance of ConversationMLSData * Test old versions of conversation metadata * Restore epoch field in Conversation serialisation * Add CHANGELOG entry * Lint * Test MLS 1-1 with other ciphersuites * Fix assertion in galley integration test * fixup! Fix assertion in galley integration test * Improve MLS one2one conversation test
2 tasks
echoes-hq
bot
added
echoes: technical-roadmap/security
More specific category, to highlight task that tackle security requirements.
echoes: product-roadmap
Work aligned with the customer-announced roadmap, targeting a specific release date.
labels
Jul 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
echoes: product-roadmap
Work aligned with the customer-announced roadmap, targeting a specific release date.
echoes: technical-roadmap/security
More specific category, to highlight task that tackle security requirements.
ok-to-test
Approved for running tests in CI, overrides not-ok-to-test if both labels exist
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change the
MLSConversationData
record so that epoch, epoch timestamp and ciphersuites are not present when the epoch is 0. Several endpoints have been updated to version 6 as a result of the API incompatibility introduced by this change.https://wearezeta.atlassian.net/browse/WPB-8692
Checklist
changelog.d