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

Remove use of ssl.wrap_socket #1347

Commits on Sep 20, 2023

  1. Remove use of ssl.wrap_socket

    ssl.wrap_socket() has been deprecated since Python 3.7, and isn't
    recommended for use, and further, has been removed in Python 3.12.
    ssl.SSLContext().wrap_socket() is the new path forward, so switch the
    one callsite and the two test cases to use it instead.
    s-t-e-v-e-n-k committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    341db26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b7724 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    b1a16e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    4234f70 View commit details
    Browse the repository at this point in the history