We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b33b4e commit 4a81ca2Copy full SHA for 4a81ca2
.github/workflows/build.yml
@@ -276,7 +276,7 @@ jobs:
276
- { name: openssl, version: 3.5.5 }
277
- { name: openssl, version: 3.6.1 }
278
## AWS-LC
279
- - { name: aws-lc, version: 1.67.0 }
+ - { name: aws-lc, version: 1.68.0 }
280
env:
281
SSLLIB_VER: ${{ matrix.ssllib.version }}
282
MULTISSL_DIR: ${{ github.workspace }}/multissl
Tools/ssl/multissltests.py
@@ -64,7 +64,7 @@
64
]
65
66
AWSLC_RECENT_VERSIONS = [
67
- "1.67.0",
+ "1.68.0",
68
69
70
# store files in ../multissl
0 commit comments