Conversation
Includes addition of `Modules/_ssl_data*.h` definitions backported from 3.14's `Modules/_ssl_data_35.h`.
(adapted from commit cf52673)
|
AFAICT, the failing CIFuzz tests are not related to the changes in this PR. |
|
The Android update looks fine. |
ned-deily
left a comment
There was a problem hiding this comment.
The macOS changes LGTM, thanks!
There was a problem hiding this comment.
News files:
"Updated macOS installer to use OpenSSL 3.5.8."
Perhaps also mention the 3.0->3.5 bump?
The configure docs for building from source recommends 3.0, do we want to recommend 3.5 here to match?
cpython/Doc/using/configure.rst
Lines 25 to 26 in 2fa3dcb
AFAICT, the failing CIFuzz tests are not related to the changes in this PR.
Yep, unrelated, see #152211. Backporting #145429 would help.
| @@ -0,0 +1 @@ | |||
| Updated macOS installer to use OpenSSL 3.5.8. | |||
There was a problem hiding this comment.
| Updated macOS installer to use OpenSSL 3.5.8. | |
| Updated macOS installer to use OpenSSL 3.5.8, jumping from the 3.0 series to 3.5 | |
| after 3.0's end of public support in September 2026. |
@hugovk Something like so? Too much detail?
There was a problem hiding this comment.
Yep, exactly this sort of thing. 👍
Includes updates to
Modules/_ssl_data_31.hbackported from 3.14'sModules/_ssl_data_35.halong with Windows, macOS, Android, and CI updates.