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 Devin Jeanpierre, christian.heimes, gregory.p.smith, rhettinger
Date 2020-05-27.16:14:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590596061.98.0.303802874541.issue40791@roundup.psfhosted.org>
In-reply-to
Content
GPS, I got you covered :)

CRYPTO_memcmp() was on my TODO list for a while. Thanks for nagging me.

_operator is a built-in module. I don't want to add libcrypto dependency to libpython. I copied the code, made some adjustments and added it to _hashopenssl.c.
History
Date User Action Args
2020-05-27 16:14:22christian.heimessetrecipients: + christian.heimes, rhettinger, gregory.p.smith, Devin Jeanpierre
2020-05-27 16:14:21christian.heimessetmessageid: <1590596061.98.0.303802874541.issue40791@roundup.psfhosted.org>
2020-05-27 16:14:21christian.heimeslinkissue40791 messages
2020-05-27 16:14:21christian.heimescreate