Skip to content

Commit d31ae21

Browse files
authored
[3.9] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (#108123)
[3.9] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (cherry picked from commit 441797d)
1 parent 42deeab commit d31ae21

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
needs: check_source
179179
if: needs.check_source.outputs.run_tests == 'true'
180180
env:
181-
OPENSSL_VER: 1.1.1u
181+
OPENSSL_VER: 1.1.1v
182182
PYTHONSTRICTEXTENSIONBUILD: 1
183183
steps:
184184
- uses: actions/checkout@v3
@@ -220,7 +220,7 @@ jobs:
220220
strategy:
221221
fail-fast: false
222222
matrix:
223-
openssl_ver: [1.0.2u, 1.1.0l, 1.1.1u, 3.0.9, 3.1.1]
223+
openssl_ver: [1.0.2u, 1.1.0l, 1.1.1v, 3.0.10, 3.1.2]
224224
env:
225225
OPENSSL_VER: ${{ matrix.openssl_ver }}
226226
MULTISSL_DIR: ${{ github.workspace }}/multissl
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
]
5050

5151
OPENSSL_RECENT_VERSIONS = [
52-
"1.1.1u",
53-
"3.0.9",
52+
"1.1.1v",
53+
"3.0.10",
5454
]
5555

5656
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)