Hi,
We are migrating from SDK 2.1.1 to SDK 2.5.0 on nrf5340.
The below is our crypto configuration when using SDK 2.1.1. We use both both PSA and mbedtls API(reason in the link below).
>>>>>>>>>
# Refer (+) RSA example fails on psa_sign_hash returning -133 - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com) Sigurd Hellesvik
psa_driver_wrapper_cipher_decrypt_setup(blockDecrypt, blockDecryptKeyHandle, PSA_ALG_CBC_PKCS7) returns PSA_ERROR_NOT_SUPPORTED.
The release notes of 2.4 and 2.5 describes significant changes to the crypto support.
Iam trying to solve the following scenarios:
Please suggest changes to the configuration that are needed to make the above work.
(b) New PSA only configuration, in future:
We would ideally like to stick to only PSA APIs and secure key storage, for our use case. And the choice of cryptocell/oberon for security and efficiency reasons.
Do the PSA APIs support the below cases?:
Thanks,