SIGN IN SIGN UP

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

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.
S
stratakis committed
a46c220edc5cf716d0b71eb80ac29ecdb4ebb430
Parent: 6ab65c6
Committed by GitHub <noreply@github.com> on 6/4/2021, 4:47:59 PM