]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-132339: Add support for OpenSSL 3.5 (GH-137720) (#137747)
authorZachary Ware <zach@python.org>
Thu, 14 Aug 2025 05:58:18 +0000 (00:58 -0500)
committerGitHub <noreply@github.com>
Thu, 14 Aug 2025 05:58:18 +0000 (08:58 +0300)
commitd8f4d56f839eb90a0ebe17227a4fa3abc926db42
tree2794368e484a5f9a6920361f4f7b8696dd2e7278
parent902de283a8303177eb95bf5bc252d2421fcbd758
[3.14] gh-132339: Add support for OpenSSL 3.5 (GH-137720) (#137747)

* 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
(cherry picked from commit 7a703c8f1942c8bd07943458962f6e59d2892757)
.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