-
-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate backup private key before migrating it (#4114)
* Migrate own identity trust to rust crypto * Fix gendoc not happy if msk of IDownloadKeyResult has a signature * add missing mock * code review * Code review * Review gh suggestion Co-authored-by: Richard van der Hoff <[email protected]> * Review gh suggestion Co-authored-by: Richard van der Hoff <[email protected]> * Review gh suggestion Co-authored-by: Richard van der Hoff <[email protected]> * Review gh suggestion Co-authored-by: Richard van der Hoff <[email protected]> * review move function down in file * Review gh suggestion Co-authored-by: Richard van der Hoff <[email protected]> * Review gh suggestion Co-authored-by: Richard van der Hoff <[email protected]> * Review: Cleaning tests, renaming * Review: better comment Co-authored-by: Richard van der Hoff <[email protected]> * Comment paragraphs * retry until initial key query is successfull * Validate backup private key before migrating it * post merge fix * Fix test, missing mock * Use crypto wasm instead of lib olm to check backup key * typo * code review * quick lint --------- Co-authored-by: Richard van der Hoff <[email protected]>
- Loading branch information
1 parent
475f82c
commit 8438533
Showing
4 changed files
with
164 additions
and
6 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
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
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
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