Skip to content
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 MSC3270: Symmetric megolm backup #6984

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

BillCarsonFr
Copy link
Member

Type of change

  • Feature

Content

Support for MSC3270 Symmetric megolm backup.
matrix-org/matrix-spec-proposals#3270

Notice that support is threre but not enabled. It can be enabled by changing the keysBackupService KeyBackupConfig

Motivation and context

Screenshots / GIFs

Tests

  • Step 1
  • Step 2
  • Step ...

Tested devices

  • Physical
  • Emulator
  • OS version(s):

Checklist

@@ -124,6 +131,7 @@ interface KeysBackupService {
*/
fun prepareKeysBackupVersion(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • ⚠️ Documentation of prepareKeysBackupVersion is outdated

*/
val algorithm: String

/**
* algorithm-dependent data, for "m.megolm_backup.v1.curve25519-aes-sha2" see [org.matrix.android.sdk.internal.crypto.keysbackup.MegolmBackupAuthData].
* algorithm-dependent data, for "m.megolm_backup.v1.curve25519-aes-sha2" * see [org.matrix.android.sdk.api.session.crypto.keysbackup.MegolmBackupCurve25519AuthData].

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • ⚠️ Line detected, which is longer than the defined maximum line length in the code style.

@BillCarsonFr BillCarsonFr changed the title Feature/fga/msc 3270 Implement MSC3270: Symmetric megolm backup Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants