]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40695: Limit hashlib builtin hash fallback (GH-20259)
authorChristian Heimes <christian@python.org>
Mon, 25 May 2020 08:43:10 +0000 (10:43 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 08:43:10 +0000 (01:43 -0700)
commit4cc2f9348c6e899b76af811fa3bb6c60de642a28
treecbe9b824f9cd633f2b72f5ffd2809e664c8869ce
parent3f59b55316f4c6ab451997902579aa69020b537c
bpo-40695: Limit hashlib builtin hash fallback (GH-20259)

:mod:`hashlib` no longer falls back to builtin hash implementations when
OpenSSL provides a hash digest and the algorithm is blocked by security
policy.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/hashlib.py
Misc/NEWS.d/next/Library/2020-05-20-13-03-28.bpo-40695.lr4aIS.rst [new file with mode: 0644]