Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-38550: call OPENSSL_init_crypto for openssl >= 1.1.0 #16873

Closed
wants to merge 1 commit into from

Conversation

floppym
Copy link
Contributor

@floppym floppym commented Oct 21, 2019

This call is necessary to enable all available algorithms in the
hashlib module.

To test, compare hashlib.algorithms_available with/without this patch.

Signed-off-by: Mike Gilbert floppym@gentoo.org

https://bugs.python.org/issue38550

This call is necessary to enable all available algorithms in the
hashlib module.

To test, compare hashlib.algorithms_available with/without this patch.

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
@floppym floppym requested a review from tiran as a code owner October 21, 2019 16:03
@floppym floppym closed this Oct 21, 2019
@floppym floppym deleted the bpo-38550 branch October 11, 2021 18:41
@floppym floppym restored the bpo-38550 branch October 11, 2021 18:41
@floppym floppym deleted the bpo-38550 branch October 11, 2021 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants