https://github.com/python/cpython/commit/4b864436042846796f47176922757884748228db
commit: 4b864436042846796f47176922757884748228db
branch: 3.14
author: Zachary Ware <[email protected]>
committer: hugovk <[email protected]>
date: 2026-08-26T10:00:59+09:00
summary:
[3.14] gh-156369: Update CI to use latest SSL library versions (GH-156381)
(#156390)
(cherry picked from commit 369f04a1bcc26ddd05e2910d32d7008132b81a3c)
files:
M .github/workflows/build.yml
M .github/workflows/reusable-san.yml
M .github/workflows/reusable-ubuntu.yml
M Tools/ssl/multissltests.py
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c5de0d578d9bdd2..dd60f73d2945436 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -319,10 +319,10 @@ jobs:
# unsupported as it most resembles other 1.1.1-work-a-like ssl APIs
# supported by important vendors such as AWS-LC.
- { name: openssl, version: 1.1.1w }
- - { name: openssl, version: 3.0.21 }
- - { name: openssl, version: 3.4.6 }
- - { name: openssl, version: 3.5.7 }
- - { name: openssl, version: 3.6.3 }
+ - { name: openssl, version: 3.0.22 }
+ - { name: openssl, version: 3.4.7 }
+ - { name: openssl, version: 3.5.8 }
+ - { name: openssl, version: 3.6.4 }
env:
SSLLIB_VER: ${{ matrix.ssllib.version }}
MULTISSL_DIR: ${{ github.workspace }}/multissl
@@ -427,7 +427,7 @@ jobs:
needs: build-context
if: needs.build-context.outputs.run-ubuntu == 'true'
env:
- OPENSSL_VER: 3.5.7
+ OPENSSL_VER: 3.5.8
PYTHONSTRICTEXTENSIONBUILD: 1
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -535,7 +535,7 @@ jobs:
matrix:
os: [ubuntu-26.04]
env:
- OPENSSL_VER: 3.5.7
+ OPENSSL_VER: 3.5.8
PYTHONSTRICTEXTENSIONBUILD: 1
ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
steps:
diff --git a/.github/workflows/reusable-san.yml
b/.github/workflows/reusable-san.yml
index 8a9c7d86462f4f5..79cc95ce5796f21 100644
--- a/.github/workflows/reusable-san.yml
+++ b/.github/workflows/reusable-san.yml
@@ -17,7 +17,7 @@ permissions:
env:
FORCE_COLOR: 1
- OPENSSL_VER: 3.5.7
+ OPENSSL_VER: 3.5.8
jobs:
build-san-reusable:
diff --git a/.github/workflows/reusable-ubuntu.yml
b/.github/workflows/reusable-ubuntu.yml
index 28a176275cc4677..ba606b48b6c5dcd 100644
--- a/.github/workflows/reusable-ubuntu.yml
+++ b/.github/workflows/reusable-ubuntu.yml
@@ -30,7 +30,7 @@ jobs:
runs-on: ${{ inputs.os }}
timeout-minutes: 60
env:
- OPENSSL_VER: 3.5.7
+ OPENSSL_VER: 3.5.8
PYTHONSTRICTEXTENSIONBUILD: 1
TERM: linux
steps:
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index cb349236a034c40..9f0ff343740f3c5 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -50,10 +50,10 @@
]
OPENSSL_RECENT_VERSIONS = [
- "3.0.21",
- "3.4.6",
- "3.5.7",
- "3.6.3",
+ "3.0.22",
+ "3.4.7",
+ "3.5.8",
+ "3.6.4",
# See make_ssl_data.py for notes on adding a new version.
]
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]