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

Only sign key backup with cross-signing keys when available #1482

Merged
merged 2 commits into from
Sep 28, 2020

Commits on Sep 28, 2020

  1. Only sign key backup with cross-signing keys when available

    This changes the key backup setup step to only sign with cross-signing keys when
    both the public and private keys are already available without prompting. In
    many cases down these paths, the cross-signing keys either may not exist or may
    not be accessible. We always sign the key backup with your device key as well,
    so there is always a route to trust the key backup even if this is skipped.
    
    Fixes element-hq/element-web#15230
    jryans committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    7ec0bf6 View commit details
    Browse the repository at this point in the history
  2. Fix default key cache check

    jryans committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    8d2cc50 View commit details
    Browse the repository at this point in the history