mbedtls/programs
Hanno Becker b70ba9fec7 Address issues found by coverity
1) The MPI test for prime generation missed a return value
   check for a call to `mbedtls_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 10:46:18 +00:00
..
aes Correct comment and remove empty line 2017-07-28 21:43:19 +01:00
hash
pkey Address issues found by coverity 2018-01-10 10:46:18 +00:00
random
ssl Allow requests of size larger than 16384 in ssl_client2 2017-10-19 15:44:37 +01:00
test selftest: fix build error in some configurations 2017-12-21 11:07:37 +01:00
util
x509 Improve output on bad cmd line args in programs/x509/cert_write 2017-10-04 14:54:17 +01:00
.gitignore
CMakeLists.txt
Makefile
wince_main.c