New submission from Christian Heimes <li...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue40637>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to