SIGN IN SIGN UP

bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470) (GH-26531)

test_disallow_instantiation and test_readonly_types try to test all the available
digests, however under FIPS mode, while the algorithms are available, trying to use
them will fail with a ValueError.
(cherry picked from commit a46c220edc5cf716d0b71eb80ac29ecdb4ebb430)

Co-authored-by: stratakis <cstratak@redhat.com>

Co-authored-by: stratakis <cstratak@redhat.com>
M
Miss Islington (bot) committed
3f4d801bf907a5fcab50f3b64475d1410b90a80f
Parent: e53f72a
Committed by GitHub <noreply@github.com> on 6/4/2021, 6:38:02 PM