Staging
v0.8.1
https://github.com/python/cpython
Revision 2ddea0f098b42dfd74f53bcbf08c8e68c83e1049 authored by Christian Heimes on 05 September 2017, 15:12:03 UTC, committed by GitHub on 05 September 2017, 15:12:03 UTC
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)
1 parent 02854da
History
Tip revision: 2ddea0f098b42dfd74f53bcbf08c8e68c83e1049 authored by Christian Heimes on 05 September 2017, 15:12:03 UTC
[3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342)
Tip revision: 2ddea0f
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.4 KB
_testembed.c -rw-r--r-- 3.8 KB
python.c -rw-r--r-- 2.1 KB

README

back to top