8000 [3.12] gh-123700: Update OpenSSL versions in multissltests and CI (GH… · python/cpython@e75ecd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e75ecd0

Browse files
[3.12] gh-123700: Update OpenSSL versions in multissltests and CI (GH-123704)
Remove EOL 1.1.1w from CI and move it to the 'old' set in multissltests, add latest 3.3.2 to both CI and multissltests. (cherry picked from commit d83e30c) Co-authored-by: Zachary Ware <zach@python.org>
1 parent e274064 commit e75ecd0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
strategy:
256256
fail-fast: false
257257
matrix:
258-
openssl_ver: [1.1.1w, 3.0.15, 3.1.7, 3.2.3]
258+
openssl_ver: [3.0.15, 3.1.7, 3.2.3, 3.3.2]
259259
env:
260260
OPENSSL_VER: ${{ matrix.openssl_ver }}
261261
MULTISSL_DIR: ${{ github.workspace }}/multissl

Tools/ssl/multissltests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@
4343
log = logging.getLogger("multissl")
4444

4545
OPENSSL_OLD_VERSIONS = [
46+
"1.1.1w",
4647
]
4748

4849
OPENSSL_RECENT_VERSIONS = [
49-
"1.1.1w",
5050
"3.0.15",
5151
"3.1.7",
5252
"3.2.3",
53+
"3.3.2",
5354
]
5455

5556
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)
0