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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate flag-for-reply process #5954

Merged
merged 3 commits into from Jun 7, 2021
Merged

Commits on May 19, 2021

  1. Generate source keypairs synchronously without checking entropy pool

    The changes in sources of randomness in Linux, and libgcrypt's use of
    them, have eliminated any need there might have been to check the
    amount of entropy available. Keypair generation takes less than a
    second on current CPUs. There's no need to defer key generation or to
    perform it asynchronously.
    rmol committed May 19, 2021
    Copy the full SHA
    ef0e0c0 View commit details
    Browse the repository at this point in the history
  2. Drop Source.flagged

    rmol committed May 19, 2021
    Copy the full SHA
    27f46ca View commit details
    Browse the repository at this point in the history
  3. Remove haveged

    rmol committed May 19, 2021
    Copy the full SHA
    3832003 View commit details
    Browse the repository at this point in the history