Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add 3.5.2 to OPENSSL_RECENT_VERSIONS
  • Loading branch information
zware committed Aug 13, 2025
commit 1c15b2f9c2bef84acb23cf84127cc75b09751d9d
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-24.04]
openssl_ver: [3.0.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2]
openssl_ver: [3.0.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2, 3.5.2]
Comment thread
zware marked this conversation as resolved.
Outdated
# See Tools/ssl/make_ssl_data.py for notes on adding a new version
env:
OPENSSL_VER: ${{ matrix.openssl_ver }}
Expand Down
1 change: 1 addition & 0 deletions Tools/ssl/multissltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"3.2.5",
"3.3.4",
"3.4.2",
"3.5.2",
# See make_ssl_data.py for notes on adding a new version.
]

Expand Down