Skip to content

Commit

Permalink
add support for testing openssl 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hewett committed Nov 17, 2023
1 parent 3a84133 commit 59ee478
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
crypto: [openssl_1.1, openssl_3, boringssl]
crypto: [openssl_1.1, openssl_3, openssl_3.1, boringssl]

env:
BUILD_DIR: "${RUNNER_TEMP}/build_${{ matrix.crypto }}"
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
crypto: [openssl_1.1, openssl_3, boringssl]
crypto: [openssl_1.1, openssl_3, openssl_3.1, boringssl]

env:
BUILD_DIR: "${RUNNER_TEMP}/build_${{ matrix.crypto }}"
Expand Down
20 changes: 20 additions & 0 deletions alternatives/openssl_3.1/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "mlspp",
"version-string": "0.1",
"description": "Cisco MLS C++ library",
"dependencies": [
{
"name": "openssl",
"version>=": "3.1.3"
},
"doctest",
"nlohmann-json"
],
"builtin-baseline": "5908d702d61cea1429b223a0b7a10ab86bad4c78",
"overrides": [
{
"name": "openssl",
"version": "3.1.3"
}
]
}

0 comments on commit 59ee478

Please sign in to comment.