[3.8] bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319) by miss-islington · Pull Request #25321 · python/cpython
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 2d7fdc9)
Co-authored-by: Christian Heimes christian@python.org
https://bugs.python.org/issue38820
Automerge-Triggered-By: GH:tiran