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

Crypto: use a new error code for UTDs from device-relative historical events #4139

Merged
merged 5 commits into from
Apr 17, 2024

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    167884c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Add new RustBackupManager.getServerBackupInfo

    ... and a convenience method in PerSessionKeyBackupDownloader to access it.
    richvdh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    897f5e2 View commit details
    Browse the repository at this point in the history
  2. Crypto.spec: move useRealTimers to global afterEach

    ... so that we don't need to remember to do it everywhere.
    richvdh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c8c94f9 View commit details
    Browse the repository at this point in the history
  3. Use fake timers for UTD error code tests

    This doesn't have any effect on the tests, but *does* stop jest from hanging
    when you run the tests in in-band mode. It shouldn't *really* be needed, but
    using fake timers gives more reproducible tests, and I don't have the
    time/patience to debug why it is needed.
    richvdh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a16906b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d01ef4b View commit details
    Browse the repository at this point in the history