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

Fix detection of FIPS mode for blake2b #879

Merged
merged 3 commits into from Feb 28, 2022
Merged

Commits on Feb 28, 2022

  1. Fix detection of FIPS mode for blake2b

    Blake2 algorithms are disabled on FIPS mode on OpenSSL level
    and preferred on Python level which cause the check of
    API (attributes) to fail sooner than OpenSSL raises ValueError
    for unavailable function.
    frenzymadness committed Feb 28, 2022
    Copy the full SHA
    143dab2 View commit details
    Browse the repository at this point in the history
  2. Update test

    bhrutledge committed Feb 28, 2022
    Copy the full SHA
    ed3bcf4 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    bhrutledge committed Feb 28, 2022
    Copy the full SHA
    b9a59d5 View commit details
    Browse the repository at this point in the history