From dc364d0eaab5575a752dee3c4d72ffd10dd676b4 Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Mon, 3 Aug 2026 15:00:37 +0100 Subject: [PATCH] SE050 CI: pin simulator with direct ECDH variant support Bump SIMULATORS_REF to the simulator commit that accepts the Tag7-less direct ECDH form the port now uses on applet >= 7.2 and that refuses HMACKey ReadObject unconditionally, both matching SE051 applet 7.2.0 hardware. The pinned commit is wolfSSL/simulators PR #12 and becomes fetchable from the upstream clone once that PR is merged. --- .github/workflows/se050-sim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/se050-sim.yml b/.github/workflows/se050-sim.yml index 6ffde1e010..ca90a108c1 100644 --- a/.github/workflows/se050-sim.yml +++ b/.github/workflows/se050-sim.yml @@ -31,7 +31,7 @@ permissions: # We patch it to COPY the PR checkout instead so CI reflects the PR's source. env: - SIMULATORS_REF: 6c12fb15b492e35ce8ca82dc97fbd53f07fbe6fd + SIMULATORS_REF: 4c2b1ef089ebdd8fe4b9c624c13b5de8002dfcf8 jobs: se050_sim: