-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Implement key backup APIs for rust and create backup in bootstrapSecretStorage
#3690
Implement key backup APIs for rust and create backup in bootstrapSecretStorage
#3690
Conversation
4d7b7b5
to
dcdbbee
Compare
dcdbbee
to
dc7a029
Compare
spec/integ/crypto/crypto.spec.ts
Outdated
|
||
if (content.key) { | ||
resolve(content.key); | ||
} | ||
|
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.
not convinced this is an improvement, but ymmv
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.
not sure I touched that, I am a bit confused
bootstrapSecretStorage
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.
lgtm
Fixes https://github.com/vector-im/crypto-internal/issues/107
Based on #3689Implements missing key backup API in rust and create backups as part of the bootstrap security process
Checklist
This change is marked as an internal change (Task), so will not be included in the changelog.