Skip to content

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

Closed
miss-islington wants to merge 1 commit into
python:3.14from
miss-islington:backport-3364e7e-3.14
Closed

[3.14] gh-146207: Add support for OpenSSL 4.0.0 alpha1 (GH-146217)#146403
miss-islington wants to merge 1 commit into
python:3.14from
miss-islington:backport-3364e7e-3.14

Conversation

@miss-islington

@miss-islingtonmiss-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 freeto 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

@miss-islington@vstinner