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

Disallow pyOpenSSL from using SSLv2 and SSLv3 #2563

Merged
merged 2 commits into from Feb 12, 2022

Conversation

sethmlarson
Copy link
Member

Closes #2233

*not* do certificate checking; you need to do additional work to validate
certificates yourself.
Module for using pyOpenSSL as a TLS backend. This module was relevant before
the standard library ``ssl`` module supported SNI. Nowadays all supported
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only note is “Nowadays” is a bit colloquial for non-native English speakers. Maybe you’re going for that Midwest flare though 😉

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha, good point! I'll change this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although our docs are seriously lacking in Midwest flare, maybe need to add a section on some recipes like tater tot hotdish to make up for it 😉

nateprewitt
nateprewitt previously approved these changes Feb 12, 2022
@sethmlarson sethmlarson merged commit 5e996b7 into urllib3:main Feb 12, 2022
@sethmlarson sethmlarson deleted the pyopenssl-sslv3 branch February 12, 2022 16:56
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.

Drop support for SSLv2 and SSLv3 in SecureTransport and PyOpenSSL
2 participants