Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 24, 2025

This partially reverts commit d83e30c
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 96b7a2e)

Co-authored-by: Bénédikt Tran [email protected]

…GH-135262)

This partially reverts commit d83e30c
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 96b7a2e)

Co-authored-by: Bénédikt Tran <[email protected]>
@picnixz picnixz force-pushed the backport-96b7a2e-3.14 branch from 64b0245 to 6fa289b Compare August 24, 2025 09:23
@picnixz picnixz marked this pull request as draft August 24, 2025 09:23
@picnixz picnixz marked this pull request as ready for review August 24, 2025 09:24
@picnixz
Copy link
Member

picnixz commented Aug 24, 2025

(I force-pushed to amend the commit message)

@hugovk hugovk merged commit 01afacc into python:3.14 Aug 26, 2025
52 checks passed
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.

3 participants