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 Accept a trailing space at end of PEM lines 2015-07-31 11:11:26 +02:00
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 Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt mklink needs /d for directories 2015-07-08 21:39:43 +01:00
compat.sh Fix bashisms in test scripts 2015-08-04 17:15:13 +02:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Cosmetics in Makefiles 2015-07-08 22:12:06 +01:00
ssl-opt.sh Avoid race condition in test 2015-08-10 13:18:48 +02:00