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
psa_key_derivation_input_integer() when passed an operation that has already been aborted and the kdf algorithm used is PBKDF2 returns PSA_ERROR_INVALID_ARGUMENT instead of PSA_ERROR_BAD_STATE.
This was discovered while running psa-arch-tests.
Expected behavior
return PSA_ERROR_BAD_STATE.
Actual behavior
return PSA_ERROR_INVALID_ARGUMENT
The text was updated successfully, but these errors were encountered:
Summary
psa_key_derivation_input_integer() when passed an operation that has already been aborted and the kdf algorithm used is PBKDF2 returns PSA_ERROR_INVALID_ARGUMENT instead of PSA_ERROR_BAD_STATE.
This was discovered while running psa-arch-tests.
Expected behavior
return PSA_ERROR_BAD_STATE.
Actual behavior
return PSA_ERROR_INVALID_ARGUMENT
The text was updated successfully, but these errors were encountered: