-
Notifications
You must be signed in to change notification settings - Fork 336
crypto: Fetch immediately-available sender data when we receive a room key #3590
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
5d3f9ed
crypto: Calculate sender data for incoming sessions
andybalaam a8566fc
Merge branch 'main' into andybalaam/sender_data_from_to_device
andybalaam e66f443
fixup: rename msk to master_key
andybalaam e41fe94
fixup: Don't panic if our identity is not our own - just give up instead
andybalaam 36192f9
fixup: Fix references to arguments in doc
andybalaam 4f34e0c
fixup: formatting
andybalaam 50e4acf
fixup: surface store errors
andybalaam b154b87
fixup: Set up for tests using a real MemoryStore instead of a fake
andybalaam 41d024b
fixup: Remove generics from SenderDataFinder
andybalaam 5a604d7
fixup: remove unnecessary clone
andybalaam b8cb11e
fixup: Fix doc link
andybalaam df5b352
fixup: Forget user_id since Store already knows it
andybalaam d74561c
fixup: Take a Store directly in SenderDataFinder
andybalaam 93ba085
fixup: Calculate SenderData inside share_room_key
andybalaam ee78722
fixup: Include a flow chart explaining SenderDataFinder
andybalaam a400042
fixup: Remove excess let binding
andybalaam 2aa87ef
Merge branch 'main' into andybalaam/sender_data_from_to_device
andybalaam 5168210
fixup: Adapt to renames
andybalaam 4fef0a6
fixup: Allow creating Devices in Store, and pass around devices in Se…
andybalaam 831d99d
fixup: rename create_device to wrap_device_data
andybalaam fb773ae
fixup: Remove github links and align doc comments with flowchart
andybalaam 8f1a4b1
fixup: Use methods on Device instead of rolling our own
andybalaam c35b4ec
fixup: remove unnecessary async
andybalaam a798e84
fixup: Remove more unneeded asyncs
andybalaam 22f9365
fixup: Remove references to 'device info' to avoid creating a new term
andybalaam aaf8b27
fixup: Stop assuming device_owner_identity exists
andybalaam 20d834c
fixup: Add missing error handling for invalid devices
andybalaam 78aab43
fixup: Clippy fix
andybalaam d496196
fixup: Remove extra checking for unsigned devices and treat them simi…
andybalaam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.