mirror of
https://github.com/cuberite/polarssl.git
synced 2025-11-19 20:48:12 -05:00
If an error occurs, calling any function on the same operation should return PSA_ERROR_BAD_STATE, and we were not honouring that for all errors. Add extra failure tests to try and ratify this. Signed-off-by: Paul Elliott <paul.elliott@arm.com>