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, gut
Date 2017-04-19.19:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492628921.71.0.209840976128.issue30102@psf.upfronthosting.co.za>
In-reply-to
Content
This small change also changes behavior of OpenSSL dramatically. What are your Python and OpenSSL versions? How did you profile the performance of the hashing functions?

If OpenSSL_config() really improves performance on relevant platforms, then we should be consistent and call it in _ssl.c, too.
History
Date User Action Args
2017-04-19 19:08:41christian.heimessetrecipients: + christian.heimes, gut
2017-04-19 19:08:41christian.heimessetmessageid: <1492628921.71.0.209840976128.issue30102@psf.upfronthosting.co.za>
2017-04-19 19:08:41christian.heimeslinkissue30102 messages
2017-04-19 19:08:41christian.heimescreate