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, gregory.p.smith
Date 2016-09-01.12:29:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472732959.81.0.0491310720646.issue27928@psf.upfronthosting.co.za>
In-reply-to
Content
OpenSSL 1.1 has EVP_PBE_scrypt(). hashlib.scrypt() is a low-hanging fruit for Python 3.6. I have a working patch with some tests. I need to write more tests and documentation:

https://github.com/tiran/cpython/commits/feature/openssl110_scrypt
History
Date User Action Args
2016-09-01 12:29:19christian.heimessetrecipients: + christian.heimes, gregory.p.smith
2016-09-01 12:29:19christian.heimessetmessageid: <1472732959.81.0.0491310720646.issue27928@psf.upfronthosting.co.za>
2016-09-01 12:29:19christian.heimeslinkissue27928 messages
2016-09-01 12:29:19christian.heimescreate