]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Apr 2021 20:46:17 +0000 (13:46 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 20:46:17 +0000 (13:46 -0700)
commit7c8796a750fb108be99e0bc50ca3dba000d77e54
tree13312645f4940ec4ecf53d6c9e4fc5ec3080444b
parent76d270ec2b776cc5331935cc58c2d63622f1c0e9
bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)

ripemd160 is not available in OpenSSL 3.0.0's default crypto provider.
It's only present in legacy provider.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 2d7fdc90731e132f9d6b43852ee112f25831394b)

Co-authored-by: Christian Heimes <christian@python.org>
Doc/library/hashlib.rst