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

Rework the pre-key management #235

Open
rubdos opened this issue Jul 19, 2023 · 0 comments
Open

Rework the pre-key management #235

rubdos opened this issue Jul 19, 2023 · 0 comments

Comments

@rubdos
Copy link
Member

rubdos commented Jul 19, 2023

Our pre-key management has some issues, since a while.

  1. When the server pre keys drop below 10, we upload 100 new keys. The x<10 previous ones stay in storage, but get removed from the server. Post-quantum E2E sessions #234 (comment)
  2. We don't implement the last-resort post-quantum key. Post-quantum E2E sessions #234 (comment)

Signal-upstream solves this by syncing the local pre-key state to the server, instead of trying to update the server and storage synchronously. We should revamp the pre-key management logic to reflect the same idea.

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

No branches or pull requests

1 participant