You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-This adds unit-tests for PSA core lite for nRF54L15 devices. This
only supports CRACEN PSA crypto driver. The test does the following:
-Provision keys (Ed25519, ECDSA with secp256r1, AES-256)
-Run verify signature (Ed25519 and ECDSA with secp256r1)
-Optionally AES CTR encryption
-Optionally PSA generate random
-Revoke provisioned keys (that are revokable)
-Lock provisioned keys (that are read-only)
-For size comparison and configuration consistency there are targets
in testcase.yaml for the original oberon-psa-crypto as well as
PSA core lite.
-Provisioning of keys is using PSA crypto APIs. This is only valid for
the unit-test. To be able to support this, specialized versions of
psa_import_key and psa_export_key, which is not part of PSA core lite
Note: Since keys provisioned are revokable and read-only it is required
to use ERASEALL or fully recover the device with nrfutil to clear out
KMU slots before running the unit-tests
ref: NCSDK-30323
Signed-off-by: Frank Audun Kvamtrø <[email protected]>
0 commit comments