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 Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pkey Address issues found by coverity 2018-01-10 10:46:18 +00:00
random Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
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 Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
x509 Improve output on bad cmd line args in programs/x509/cert_write 2017-10-04 14:54:17 +01:00
.gitignore Rm obsolete things (compat-1.2, openssl, etc) 2015-03-09 13:05:06 +00:00
CMakeLists.txt
Makefile Cosmetics in Makefiles 2015-07-08 22:12:06 +01:00
wince_main.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00