Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-132339: Add support for OpenSSL 3.5#137720
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
zware commented Aug 13, 2025 • edited by bedevere-app bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-app bot
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
7a703c8 into python:mainUh oh!
There was an error while loading. Please reload this page.
Thanks @zware for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry, @zware, I could not cleanly backport this to |
Sorry, @zware, I could not cleanly backport this to |
* 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 7a703c8) Co-authored-by: Zachary Ware <[email protected]>
GH-137747 is a backport of this pull request to the 3.14 branch. |
zware commented Aug 14, 2025
The 3.13 backport is complicated by the fact that 3.4 support was not backported there; presumably we want to do that first? I think we do want to make sure 3.5 at least works back to 3.13 (maybe even further?), but how critical is the cc: @encukou from GH-127330 (3.4) and @picnixz from GH-131618 (3.4.1) |
* 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 7a703c8)
This comment was marked as off-topic.
This comment was marked as off-topic.
encukou commented Aug 14, 2025
The |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
serhiy-storchaka commented Aug 14, 2025
Reminder about backporting. @zware |
zware commented Aug 14, 2025
@serhiy-storchaka: See note above; I'm not certain how we want to handle this. |
encukou commented Aug 15, 2025
See #127331 (comment). |
* 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
…python#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 7a703c8)
Includes
_ssl_data*.hupdate, as well as updating other versions in CI.