Skip to content

Commit 0bf5918

Browse files
committed
Add OpenSSL 4.0.0 support to build and test configurations
- Add OpenSSL 4.0.0 to the build matrix in build.yml - Add "4.0.0" to the OpenSSL versions list in multissltests.py
1 parent d206d42 commit 0bf5918

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ jobs:
283283
- { name: openssl, version: 3.4.4 }
284284
- { name: openssl, version: 3.5.5 }
285285
- { name: openssl, version: 3.6.1 }
286+
- { name: openssl, version: 4.0.0 }
286287
## AWS-LC
287288
- { name: aws-lc, version: 1.68.0 }
288289
env:

Tools/ssl/multissltests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"3.4.4",
5555
"3.5.5",
5656
"3.6.1",
57+
"4.0.0",
5758
# See make_ssl_data.py for notes on adding a new version.
5859
]
5960

0 commit comments

Comments
 (0)