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
dh_client.c
dh_genprime.c
dh_prime.txt
dh_server.c
ecdsa.c
gen_key.c
key_app.c
key_app_writer.c
mpi_demo.c
pk_decrypt.c
pk_encrypt.c
pk_sign.c
pk_verify.c
rsa_decrypt.c
rsa_encrypt.c
rsa_genkey.c
rsa_priv.txt
rsa_pub.txt
rsa_sign.c
rsa_sign_pss.c
rsa_verify.c
rsa_verify_pss.c