[issue37630] Investigate replacing SHA3 code with OpenSSL

Christian Heimes report at bugs.python.org
Fri Jul 19 07:30:56 EDT 2019


New submission from Christian Heimes <lists at cheimes.de>:

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().

----------
assignee: christian.heimes
components: Extension Modules
messages: 348165
nosy: christian.heimes, gregory.p.smith
priority: normal
severity: normal
status: open
title: Investigate replacing SHA3 code with OpenSSL
type: behavior
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37630>
_______________________________________


More information about the Python-bugs-list mailing list