Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b39224

Browse files
committed
[3.14] gh-144551: Update CI to use latest OpenSSL versions (GH-144794)
Also update _ssl_data_36.h to include an added symbol from 3.6.1. (cherry picked from commit b933ef9) Co-authored-by: Zachary Ware <[email protected]>
1 parent c11e70a commit 6b39224

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
# Keep 1.1.1w in our list despite it being upstream EOL and otherwise
304304
# unsupported as it most resembles other 1.1.1-work-a-like ssl APIs
305305
# supported by important vendors such as AWS-LC.
306-
openssl_ver: [1.1.1w, 3.0.18, 3.2.6, 3.3.5, 3.4.3, 3.5.4]
306+
openssl_ver: [1.1.1w, 3.0.19, 3.3.6, 3.4.4, 3.5.5, 3.6.1]
307307
# See Tools/ssl/make_ssl_data.py for notes on adding a new version
308308
env:
309309
OPENSSL_VER: ${{ matrix.openssl_ver }}

Tools/ssl/multissltests.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@
4545
OPENSSL_OLD_VERSIONS = [
4646
"1.1.1w",
4747
"3.1.8",
48+
"3.2.6",
4849
]
4950

5051
OPENSSL_RECENT_VERSIONS = [
51-
"3.0.18",
52-
"3.2.6",
53-
"3.3.5",
54-
"3.4.3",
55-
"3.5.4",
52+
"3.0.19",
53+
"3.3.6",
54+
"3.4.4",
55+
"3.5.5",
56+
"3.6.1",
5657
# See make_ssl_data.py for notes on adding a new version.
5758
]
5859

0 commit comments

Comments
 (0)