◐ Shell
clean mode source ↗

[2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) by tiran · Pull Request #3343 · 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)

@tiran tiran deleted the backport-c941e62-2.7 branch

September 5, 2017 15:12