mbedtls/tests
Manuel Pégourié-Gonnard 4d04cdcd12 Fix RSA mutex fix
Once the mutex is acquired, we must goto cleanup rather that return.
Since cleanup adjusts the return value, adjust that in test cases.

Also, at cleanup we don't want to overwrite 'ret', or we'll loose track of
errors.

see #257
2015-08-31 09:31:55 +02:00
..
data_files
scripts Add test build of shared libs for windows 2015-08-07 13:22:37 +02:00
suites Fix RSA mutex fix 2015-08-31 09:31:55 +02:00
.gitignore
CMakeLists.txt
compat.sh
Descriptions.txt
Makefile
ssl-opt.sh Avoid race condition in test 2015-08-10 13:18:48 +02:00