[issue47101] hashlib.algorithms_available lists algorithms that are not available in OpenSSL 3.0 default provider

Christian Heimes report at bugs.python.org
Wed Mar 23 11:50:38 EDT 2022


Christian Heimes <lists at cheimes.de> added the comment:

$ ./python Tools/ssl/multissltests.py --openssl 3.0.2 --steps modules
$ ./python -c "import hashlib; print(hashlib.algorithms_available)"
{'blake2b', 'sha512', 'sm3', 'shake_128', 'md5', 'sha3_256', 'sha224', 'sha512_224', 'sha3_384', 'sha384', 'md5-sha1', 'sha3_224', 'shake_256', 'sha3_512', 'sha512_256', 'sha1', 'sha256', 'blake2s'}

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47101>
_______________________________________


More information about the Python-bugs-list mailing list