Skip to content

Commit

Permalink
ci: Add test cases for ECDSA using PSA Crypto
Browse files Browse the repository at this point in the history
Add ECDSA verification tests to the CI using the PSA Crypto API

Signed-off-by: Roland Mikhel <[email protected]>
Change-Id: I904c8929f355ec791ff28ac7c3e0ca3832b2403d
  • Loading branch information
Roland Mikhel committed Jun 29, 2023
1 parent fb5709e commit 458b69b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 458b69b

Please sign in to comment.