From 62062ecf338ce36c1854f80ec509a5c707227ea8 Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Sat, 15 Nov 2025 14:12:38 +0800 Subject: [PATCH 1/2] CI: Update liboqs to 0.15.0 Signed-off-by: Matthias J. Kannwischer --- .github/workflows/integration-liboqs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-liboqs.yml b/.github/workflows/integration-liboqs.yml index 8f339e8224..c382030d82 100644 --- a/.github/workflows/integration-liboqs.yml +++ b/.github/workflows/integration-liboqs.yml @@ -40,7 +40,7 @@ jobs: packages: 'cmake python3-jinja2 python3-tabulate python3-git python3-pytest valgrind' - uses: ./.github/actions/setup-oqs with: - commit: '94b421ebb82405c843dba4e9aa521a56ee5a333d' # v0.14.0 + commit: '97f6b86b1b6d109cfd43cf276ae39c2e776aed80' # v0.15.0 - name: Apply patch run: | cd $LIBOQS_DIR From 491442c28ece305c04d671be21ca87a391477c13 Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Sat, 15 Nov 2025 14:14:13 +0800 Subject: [PATCH 2/2] CI: Update AWS-LC to v1.64.0 Signed-off-by: Matthias J. Kannwischer --- .github/workflows/all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 0a5989b107..458e4c8aa2 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -67,14 +67,14 @@ jobs: uses: ./.github/workflows/integration-opentitan.yml secrets: inherit awslc_integration_fixed: - name: AWS-LC (873ca6f2) + name: AWS-LC (v1.64.0) permissions: contents: 'read' id-token: 'write' needs: [ base ] uses: ./.github/workflows/integration-awslc.yml with: - commit: 6d2eb62ba375ebba7ab20ab277332f5bff9e13f0 + commit: 7187ab572ddcdae4fa408e932d3e878c9941137b # v1.64.0 secrets: inherit awslc_integration_head: name: AWS-LC (HEAD)