You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
Trust a backup if the user is able to recover/decrypt keys from it.
With cross-signing, Trust on Decrypt will be not required as key backups will be created with 2 signatures:
the device signature
the cross-signing Self-Signed Key
As this SSK will be shared across all cross-signed devices, all these device will trust the key backup.
Without cross-signing, as discussed here, one solution is to add a signature to the key backup from the device on which the recovery/decryption succeeds.
But this new behaviour requires:
Spec update to add a new endpoint (PUT /room_keys/version/{version})
Server implementation
Client implementation
The text was updated successfully, but these errors were encountered:
Trust a backup if the user is able to recover/decrypt keys from it.
With cross-signing, Trust on Decrypt will be not required as key backups will be created with 2 signatures:
As this SSK will be shared across all cross-signed devices, all these device will trust the key backup.
Without cross-signing, as discussed here, one solution is to add a signature to the key backup from the device on which the recovery/decryption succeeds.
But this new behaviour requires:
PUT /room_keys/version/{version}
)The text was updated successfully, but these errors were encountered: