-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5559 from vector-im/feature/bca/crypto_better_key…
…_share Update/Revise SDK to implement reference flowchart for key sharing/forwarding + use backup
- Loading branch information
Showing
90 changed files
with
3,865 additions
and
3,894 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Use key backup before requesting keys + refactor & improvement of key request/forward |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- New API to enable/disable key forwarding CryptoService#enableKeyGossiping() | ||
- New API to limit room key request only to own devices MXCryptoConfig#limitRoomKeyRequestsToMyDevices | ||
- Event Trail API has changed, now using AuditTrail events | ||
- New API to manually accept an incoming key request CryptoService#manuallyAcceptRoomKeyRequest() |
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
Oops, something went wrong.