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 2019-07-19.11:30:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563535856.49.0.726904541971.issue37630@roundup.psfhosted.org>
In-reply-to
Content
Recent OpenSSL comes with SHA3. Now that Python is going to drop support for old OpenSSL, we can consider to use OpenSSL's SHA3 and drop the reference implementation from Python.

For variable length SHAKE API, OpenSSL added EVP_MD_CTRL_XOF_LEN and EVP_DigestFinalXOF().
History
Date User Action Args
2019-07-19 11:30:56christian.heimessetrecipients: + christian.heimes, gregory.p.smith
2019-07-19 11:30:56christian.heimessetmessageid: <1563535856.49.0.726904541971.issue37630@roundup.psfhosted.org>
2019-07-19 11:30:56christian.heimeslinkissue37630 messages
2019-07-19 11:30:56christian.heimescreate