mbedtls/programs/pkey
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
..
CMakeLists.txt Rename project in CMake 2015-01-27 15:44:46 +00:00
dh_client.c Fix hash buffer size in pkey programs 2015-08-31 11:32:03 +02:00
dh_genprime.c Backport dh_genprime update from 2.0 2015-07-03 17:14:06 +02:00
dh_prime.txt - Changed saved value to RCF 3526 2048 MODP group 2012-10-03 19:50:54 +00:00
dh_server.c Fix hash buffer size in pkey programs 2015-08-31 11:32:03 +02:00
ecdsa.c Clarify the use of ECDSA API 2017-06-07 17:05:00 +01:00
gen_key.c Add extra compilation conditions to X.509 samples 2016-10-13 12:45:07 +01:00
key_app_writer.c Rename website and repository 2015-03-06 13:17:10 +00:00
key_app.c Rename website and repository 2015-03-06 13:17:10 +00:00
mpi_demo.c Fixed typos 2015-04-14 15:00:09 +02:00
pk_decrypt.c Rename website and repository 2015-03-06 13:17:10 +00:00
pk_encrypt.c Rename website and repository 2015-03-06 13:17:10 +00:00
pk_sign.c Fix hash buffer size in pkey programs 2015-08-31 11:32:03 +02:00
pk_verify.c Fix hash buffer size in pkey programs 2015-08-31 11:32:03 +02:00
rsa_decrypt.c Add missing stdlib.h header to rsa sample programs 2016-04-13 01:38:54 +01:00
rsa_encrypt.c Add missing stdlib.h header to rsa sample programs 2016-04-13 01:38:54 +01:00
rsa_genkey.c Address issues found by coverity 2018-01-10 11:24:43 +00:00
rsa_priv.txt - Smaller default values 2012-10-24 14:29:17 +00:00
rsa_pub.txt - Smaller default values 2012-10-24 14:29:17 +00:00
rsa_sign_pss.c Fix hash buffer size in pkey programs 2015-08-31 11:32:03 +02:00
rsa_sign.c Fix memory leaks in example programs. 2016-04-12 16:45:10 +01:00
rsa_verify_pss.c Fix hash buffer size in pkey programs 2015-08-31 11:32:03 +02:00
rsa_verify.c Fix memory leaks in example programs. 2016-04-12 16:45:10 +01:00