commit | 7daa45db1d60eed4e5050bf792969893d9f2c8e0 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Tue Sep 05 17:12:12 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 05 17:12:12 2017 +0200 |
tree | 04b72fcc5e3b080433db74d1c4889b4651a20aa4 | |
parent | ffa7011cb904ee6ad9d4931b073c13d9e1514e6b [diff] |
[2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3343) 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)