◐ Shell
clean mode source ↗

[3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) by tiran · Pull Request #3342 · python/cpython

The ssl and hashlib modules now call OPENSSL_add_all_algorithms_noconf() on
OpenSSL < 1.1.0. The function detects CPU features and enables optimizations
on some CPU architectures such as POWER8. Patch is based on research from
Gustavo Serra Scalet.

Signed-off-by: Christian Heimes christian@python.org
(cherry picked from commit c941e62)

https://bugs.python.org/issue30102