]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (GH-30574)
authorChristian Heimes <christian@python.org>
Thu, 13 Jan 2022 10:20:45 +0000 (12:20 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 10:20:45 +0000 (11:20 +0100)
commit4ddd5da2691bea39e36debbc7f53c7cc4f13904e
treef23dc95fe68524d74f4e213091d02738551f0e09
parentd9101c4e49dc29f21319493818130ad5468402a2
[3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (GH-30574)

Co-authored-by: Christian Heimes <christian@python.org>
Doc/library/hashlib.rst
Lib/test/test_hashlib.py
Lib/test/test_imaplib.py
Lib/test/test_poplib.py
Lib/test/test_smtplib.py
Lib/test/test_tools/test_md5sum.py
Lib/test/test_urllib2_localnet.py
Misc/NEWS.d/next/Library/2022-01-07-15-20-19.bpo-40479.EKfr3F.rst [new file with mode: 0644]
Modules/_hashopenssl.c