Skip to content

[3.14] gh-135261: bring back CI job for testing OpenSSL 1.1.1w (GH-135262) #138109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 3.14
Choose a base branch
from

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 10796600+picnixz@users.noreply.github.com

…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 <10796600+picnixz@users.noreply.github.com>
@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)

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