This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2022-03-23.15:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648050638.31.0.358151856533.issue47101@roundup.psfhosted.org>
In-reply-to
Content
$ ./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'}
History
Date User Action Args
2022-03-23 15:50:38christian.heimessetrecipients: + christian.heimes
2022-03-23 15:50:38christian.heimessetmessageid: <1648050638.31.0.358151856533.issue47101@roundup.psfhosted.org>
2022-03-23 15:50:38christian.heimeslinkissue47101 messages
2022-03-23 15:50:38christian.heimescreate