Skip to content

Commit 441797d

Browse files
authored
[3.11] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-108119)
1 parent 9a70989 commit 441797d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
needs: check_source
274274
if: needs.check_source.outputs.run_tests == 'true'
275275
env:
276-
OPENSSL_VER: 1.1.1u
276+
OPENSSL_VER: 1.1.1v
277277
PYTHONSTRICTEXTENSIONBUILD: 1
278278
steps:
279279
- uses: actions/checkout@v3
@@ -342,7 +342,7 @@ jobs:
342342
strategy:
343343
fail-fast: false
344344
matrix:
345-
openssl_ver: [1.1.1u, 3.0.9, 3.1.1]
345+
openssl_ver: [1.1.1v, 3.0.10, 3.1.2]
346346
env:
347347
OPENSSL_VER: ${{ matrix.openssl_ver }}
348348
MULTISSL_DIR: ${{ github.workspace }}/multissl
@@ -394,7 +394,7 @@ jobs:
394394
needs: check_source
395395
if: needs.check_source.outputs.run_tests == 'true'
396396
env:
397-
OPENSSL_VER: 1.1.1u
397+
OPENSSL_VER: 1.1.1v
398398
PYTHONSTRICTEXTENSIONBUILD: 1
399399
ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
400400
steps:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10,
2+
and 3.1.2.

Tools/ssl/multissltests.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
]
4848

4949
OPENSSL_RECENT_VERSIONS = [
50-
"1.1.1u",
51-
"3.0.9",
52-
"3.1.1",
50+
"1.1.1v",
51+
"3.0.10",
52+
"3.1.2",
5353
]
5454

5555
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)