Skip to content

[3.7] bpo-28124: deprecate ssl.wrap_socket() (GH-5888)#5924

Merged
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-90f05a5-3.7
Feb 27, 2018
Merged

[3.7] bpo-28124: deprecate ssl.wrap_socket() (GH-5888)#5924
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-90f05a5-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Feb 27, 2018

The ssl module function ssl.wrap_socket() has been de-emphasized
and deprecated in favor of the more secure and efficient
SSLContext.wrap_socket() method.

Signed-off-by: Christian Heimes christian@python.org
(cherry picked from commit 90f05a5)

Co-authored-by: Christian Heimes christian@python.org

https://bugs.python.org/issue28124

The ssl module function ssl.wrap_socket() has been de-emphasized
and deprecated in favor of the more secure and efficient
SSLContext.wrap_socket() method.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 90f05a5)

Co-authored-by: Christian Heimes <christian@python.org>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@tiran: Backport status check is done, and it's a success ✅ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

Thanks!

@miss-islington miss-islington deleted the backport-90f05a5-3.7 branch February 27, 2018 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants