]> 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:33:29 +0000 (13:33 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 20:33:29 +0000 (13:33 -0700)
commitffb05bbb30fa82dbe887981bdabd65af7daffcd1
tree0a0a0ed624592774654148ed18a73ef5ca6c9734
parent70f2ca7ea46ac15d05c7b422a10b18aa3fe4a140
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