Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.13] gh-146207: Add support for OpenSSL 4.0.0 alpha1 (GH-146217)#146404

Closed
miss-islington wants to merge 1 commit into
python:3.13python/cpython:3.13from
miss-islington:backport-3364e7e-3.13miss-islington/cpython:backport-3364e7e-3.13Copy head branch name to clipboard
Closed

[3.13] gh-146207: Add support for OpenSSL 4.0.0 alpha1 (GH-146217)#146404
miss-islington wants to merge 1 commit into
python:3.13python/cpython:3.13from
miss-islington:backport-3364e7e-3.13miss-islington/cpython:backport-3364e7e-3.13Copy head branch name to clipboard

Conversation

@miss-islington

@miss-islington miss-islington commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

OpenSSL 4.0.0 alpha1 removed these functions:

  • SSLv3_method()
  • TLSv1_method()
  • TLSv1_1_method()
  • TLSv1_2_method()

Other changes:

  • Update test_openssl_version().
  • Update multissltests.py for OpenSSL 4.
  • Add const qualifier to fix compiler warnings.
    (cherry picked from commit 3364e7e)

Co-authored-by: Victor Stinner vstinner@python.org
Co-authored-by: Bénédikt Tran 10796600+picnixz@users.noreply.github.com

OpenSSL 4.0.0 alpha1 removed these functions:

* SSLv3_method()
* TLSv1_method()
* TLSv1_1_method()
* TLSv1_2_method()

Other changes:

* Update test_openssl_version().
* Update multissltests.py for OpenSSL 4.
* Add const qualifier to fix compiler warnings.
(cherry picked from commit 3364e7e)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
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.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.