]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
authorChristian Heimes <christian@python.org>
Fri, 9 Apr 2021 20:23:10 +0000 (22:23 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 20:23:10 +0000 (22:23 +0200)
commit2d7fdc90731e132f9d6b43852ee112f25831394b
treed2be8f1dc39a48975fd2dbe00bbee4fe21112f6a
parent6f37ebc61e9e0d13bcb1a2ddb7fc9723c04b6372
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>
Doc/library/hashlib.rst