]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135261: bring back CI job for testing OpenSSL 1.1.1w (GH-135262) (#138109)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Aug 2025 05:45:08 +0000 (07:45 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Aug 2025 05:45:08 +0000 (08:45 +0300)
commit01afaccce6d7a91c4292f6b0febde5d5b3b976be
tree1739f5f3fc003ad3079c1b84e93d2ef2db91fe70
parent8b3f9ae2ca55b2cc7edc097321cc10d7c2fdbb98
[3.14] gh-135261: bring back CI job for testing OpenSSL 1.1.1w (GH-135262) (#138109)

gh-135261: bring back CI job for testing OpenSSL 1.1.1w (GH-135262)

This partially reverts commit d83e30caddcbf9482273743d287577517ec735b7
by bringing back the CI job for testing OpenSSL 1.1.1w. Despite this
version being upstream EOL, the rationale for keeping it as follows:

- It most resembles other 1.1.1-work-a-like ssl APIs supported by important vendors.
- Python officially requires OpenSSL 1.1.1 or later, although OpenSSL 3.0 or later
  is recommended for cryptographic modules. Since changing the build requirements
  requires a transition period, we need to keep testing the allowed versions.
- The code base still contains calls to OpenSSL functions that are deprecated since
  OpenSSL 3.0 as well as `ifdef` blocks constrained to OpenSSL 1.1.1.

(cherry picked from commit 96b7a2eba423b42320f15fd4974740e3e930bb8b)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
.github/workflows/build.yml