]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132339: Add support for OpenSSL 3.5 (GH-137720)
authorZachary Ware <zach@python.org>
Thu, 14 Aug 2025 04:18:03 +0000 (23:18 -0500)
committerGitHub <noreply@github.com>
Thu, 14 Aug 2025 04:18:03 +0000 (23:18 -0500)
commit7a703c8f1942c8bd07943458962f6e59d2892757
treeb85f70dc03ef5cb52aadedfb3c426225507224a8
parent14319a99e52954d038d7568c5119be161a00a6b8
gh-132339: Add support for OpenSSL 3.5 (GH-137720)

* Add OpenSSL 3.5.2 definitions to Modules/_ssl_data_35.h (moved from Modules/_ssl_data_34.h)

* Demote OpenSSL 3.1 to "old", remove it from CI

* Update all OpenSSL versions to latest patchlevel in CI config and multissltests defaults

* Add OpenSSL 3.5.2 to CI configuration and multissltests default list

* Fix a typo in the argument parser description of multissltests.py
.github/workflows/build.yml
Misc/NEWS.d/next/Build/2025-08-13-12-10-12.gh-issue-132339.3Czz5y.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/_ssl_data_35.h [moved from Modules/_ssl_data_34.h with 98% similarity]
Tools/ssl/multissltests.py