Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a5d1571

Browse filesBrowse files
authored
[3.8] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (#108124)
(cherry picked from commit 441797d)
1 parent b4bcc06 commit a5d1571
Copy full SHA for a5d1571

File tree

Expand file treeCollapse file tree

3 files changed

+6
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-4
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
needs: check_source
159159
if: needs.check_source.outputs.run_tests == 'true'
160160
env:
161-
OPENSSL_VER: 1.1.1u
161+
OPENSSL_VER: 1.1.1v
162162
steps:
163163
- uses: actions/checkout@v2
164164
- name: Install Dependencies
@@ -199,7 +199,7 @@ jobs:
199199
strategy:
200200
fail-fast: false
201201
matrix:
202-
openssl_ver: [1.0.2u, 1.1.1u, 3.0.9, 3.1.1]
202+
openssl_ver: [1.0.2u, 1.1.1v, 3.0.10, 3.1.2]
203203
env:
204204
OPENSSL_VER: ${{ matrix.openssl_ver }}
205205
MULTISSL_DIR: ${{ github.workspace }}/multissl
+2Lines changed: 2 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: Tools/ssl/multissltests.py
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.