commit | 2d7fdc90731e132f9d6b43852ee112f25831394b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Fri Apr 09 22:23:10 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 09 22:23:10 2021 +0200 |
tree | d2be8f1dc39a48975fd2dbe00bbee4fe21112f6a | |
parent | 6f37ebc61e9e0d13bcb1a2ddb7fc9723c04b6372 [diff] |
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>