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, docs@python, gregory.p.smith, joernheissler, ta1hia
Date 2019-09-11.09:29:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568194163.53.0.502544128533.issue35784@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the bug report.

While you are technically correct, I would like to hold off on this change for a bit more. I plan to replace our internal vendored copies of sha3 and blake2 with OpenSSL code. OpenSSL 1.1.1 has some of the new required APIs. OpenSSL 3.0.0-dev is currently adding more but with slightly different semantic. For example OpenSSL does not have blake2b, but blake2b512 for hashing and blake2bmac for keyed hashing with salting and personalization.

I like to get integration with OpenSSL right until hashlib.new() is officially documented.
History
Date User Action Args
2019-09-11 09:29:23christian.heimessetrecipients: + christian.heimes, gregory.p.smith, docs@python, joernheissler, ta1hia
2019-09-11 09:29:23christian.heimessetmessageid: <1568194163.53.0.502544128533.issue35784@roundup.psfhosted.org>
2019-09-11 09:29:23christian.heimeslinkissue35784 messages
2019-09-11 09:29:23christian.heimescreate