mbedtls/programs
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
..
aes Correct comments 2017-07-28 22:04:08 +01:00
hash Rename website and repository 2015-03-06 13:17:10 +00:00
pkey Address issues found by coverity 2018-01-10 11:24:43 +00:00
random Rename website and repository 2015-03-06 13:17:10 +00:00
ssl Add brackets around function macro arguments 2017-10-07 22:21:54 +01:00
test Adds dl link library to OpenSSL example builds 2017-02-01 12:38:44 +00:00
util Rename website and repository 2015-03-06 13:17:10 +00:00
x509 Extend cert_write example program by multiple cmd line options 2017-10-05 08:37:53 +01:00
.gitignore Add mini_client.c 2015-02-16 17:22:46 +00:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile Add forgotten programs in Makefile 2015-06-29 18:52:57 +02:00
wince_main.c Rename website and repository 2015-03-06 13:17:10 +00:00