mbedtls/tests
Hanno Becker 175668a8fd Address issues found by coverity
1) The MPI test for prime generation missed a return value
   check for a call to `mpi_shift_r`. This is neither
   critical nor new but should be fixed.

2) The RSA keygeneration example program contained code
   initializing an RSA context after a potentially failing
   call to CTR DRBG initialization, leaving the corresponding
   RSA context free call in the cleanup section orphaned.
   The commit fixes this by moving the initializtion of the
   RSA context prior to the first potentially failing call.
2018-01-10 11:24:43 +00:00
..
data_files Merge remote-tracking branch 'upstream-public/pr/1109' into mbedtls-1.3 2017-11-28 18:41:31 +01:00
scripts all.sh: add some documentation 2017-12-22 11:02:13 +01:00
suites Address issues found by coverity 2018-01-10 11:24:43 +00:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Allow test suites to be run on Windows 2017-11-28 13:43:06 +00:00
compat.sh compat.sh: use wait_server_start 2017-12-19 13:37:41 +01:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Fix project Makefiles to work in Windows 2017-07-06 13:09:26 +01:00
ssl-opt.sh wait_server_start: minor efficiency improvement 2017-12-19 13:35:10 +01:00