Skip to content

[2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112)#3343

Merged
tiran merged 1 commit intopython:2.7from
tiran:backport-c941e62-2.7
Sep 5, 2017
Merged

[2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112)#3343
tiran merged 1 commit intopython:2.7from
tiran:backport-c941e62-2.7

Conversation

@tiran
Copy link
Member

@tiran tiran commented Sep 5, 2017

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

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants