]> granicus.if.org Git - python/commit
bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777)
authorGregory P. Smith <greg@krypto.org>
Wed, 24 May 2017 07:04:38 +0000 (00:04 -0700)
committerGitHub <noreply@github.com>
Wed, 24 May 2017 07:04:38 +0000 (00:04 -0700)
commit07244a83014fad42da937c17d98474b47a570bf7
tree2624b6725b6281396dd64dd24ade6ad3a1248dbf
parentc9d6dbc2900ace9564b8f67e63617be747355c6b
bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777)

This helps people in weird FIPS mode environments where common things
like MD5 are not available in the binary as a matter of policy.
Modules/_hashopenssl.c