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
The natural choice would be to map it to PSA_ERROR_GENERIC_ERROR.
However, PSA initialises return values to PSA_ERROR_CORRUPTION_DETECTED
and it would be best to align this behaviour.
Since Mbed Crypto is going to initialise return values to
MBEDTLS_ERR_GENERIC_ERROR and therefore it is best to map these to each
other.
0 commit comments