mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-25 21:18:53 +02:00
Previous tests were backported from tf-psa-crypto and they work fine there. However the library implementation is not the same between 3.6 and tf-psa-crypto: in 3.6 we only prevent loading of persistent keys if their ID is within the volatile range, but the built-in one is still allowed. Therefore this commit fix expected return values for the 3.6 branch when built-in keys are accessed. Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>