From 2fbdb4fdb2306b030700b3694753c53409b73b39 Mon Sep 17 00:00:00 2001 From: Roland Mikhel Date: Mon, 12 Jun 2023 10:41:52 +0200 Subject: [PATCH] ci: Add test cases for ECDSA using PSA Crypto Add ECDSA verification tests to the CI using the PSA Crypto API Signed-off-by: Roland Mikhel Change-Id: I904c8929f355ec791ff28ac7c3e0ca3832b2403d --- .github/workflows/sim.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sim.yaml b/.github/workflows/sim.yaml index 79765fbd52..5b5a87a9f7 100644 --- a/.github/workflows/sim.yaml +++ b/.github/workflows/sim.yaml @@ -44,6 +44,8 @@ jobs: - "sig-rsa validate-primary-slot ram-load multiimage" - "sig-rsa validate-primary-slot direct-xip multiimage" - "sig-ecdsa hw-rollback-protection multiimage" + - "sig-ecdsa-psa psa-crypto-api" + - "sig-ecdsa-psa psa-crypto-api use-p384-curve" - "ram-load enc-aes256-kw multiimage" - "ram-load enc-aes256-kw sig-ecdsa-mbedtls multiimage" runs-on: ubuntu-latest