[New-bugs-announce] [issue40637] Allow users to disable builtin hash modules on compile time

Christian Heimes report at bugs.python.org
Fri May 15 15:54:37 EDT 2020


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

Python has a couple of builtin hash module: md5, sha1, sha256/224, sha512/383, sha3/shake family, and blake2b/s. Most of them are used as fallbacks in case OpenSSL bindings are not available.

In some scenarios it is useful or required to disable the custom implementations and only offer libcrypto based implementations. Let's add a build option to disable modules.

----------
assignee: christian.heimes
components: Build
messages: 368966
nosy: christian.heimes
priority: normal
severity: normal
stage: patch review
status: open
title: Allow users to disable builtin hash modules on compile time
type: enhancement
versions: Python 3.9

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


More information about the New-bugs-announce mailing list