-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Support SSSS sharing of cross signing master key #13896
Labels
Comments
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Aug 6, 2020
We now want to store all private keys in the local cache, including the master key if available. Part of element-hq/element-web#13896
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Aug 6, 2020
This change adds a request for the master cross-signing private key, in case the other device is willing to share it. Part of element-hq/element-web#13896
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Aug 6, 2020
This ensures we try to get all private keys when e.g. logging in and using the passphrase to unlock 4S. Part of element-hq/element-web#13896
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Aug 6, 2020
We've realised it's beneficial to support sharing the master cross-singing key so that new devices can fully manage cross-signing on your account. Part of element-hq/element-web#13896
This was referenced Aug 6, 2020
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Aug 6, 2020
We now want to store all private keys in the local cache, including the master key if available. Part of element-hq/element-web#13896
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Aug 6, 2020
This change adds a request for the master cross-signing private key, in case the other device is willing to share it. Part of element-hq/element-web#13896
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Aug 6, 2020
This ensures we try to get all private keys when e.g. logging in and using the passphrase to unlock 4S. Part of element-hq/element-web#13896
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We now want to transfer the cross-signing master key over SSSS sharing too, such that we can operate without SSSS storage at all.
Related to #13895
Related to #13825
The text was updated successfully, but these errors were encountered: