-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix detection of FIPS mode for blake2b (#879)
* 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. * Update test * Add changelog entry Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
- Loading branch information
1 parent
f69d4b7
commit a9e9cd6
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Improve detection of disabled BLAKE2 hashing due to FIPS mode. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters