mbedtls/programs/pkey
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
..
CMakeLists.txt Rename project in CMake 2015-01-27 15:44:46 +00:00
dh_client.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
dh_genprime.c Change main license to Apache 2.0 2015-09-04 14:21:07 +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 Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ecdsa.c Clarify the use of ECDSA API 2017-06-07 15:59:21 +01:00
gen_key.c Add extra compilation conditions to gen_key.c #559 2016-10-07 14:17:22 +01:00
key_app_writer.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
key_app.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
mpi_demo.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pk_decrypt.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pk_encrypt.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pk_sign.c Fix typos 2015-09-09 11:52:28 +02:00
pk_verify.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
rsa_decrypt.c fix for issue 1101: missing rsa context initialization 2017-03-01 16:05:25 +00:00
rsa_encrypt.c Add missing stdlib.h header to rsa sample programs 2016-05-18 19:36:03 +01:00
rsa_genkey.c Address issues found by coverity 2018-01-10 10:46:18 +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 Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
rsa_sign.c Fix memory leaks in example programs. 2016-05-18 19:36:03 +01:00
rsa_verify_pss.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
rsa_verify.c Fix memory leaks in example programs. 2016-05-18 19:36:03 +01:00