mbedtls/programs/pkey
Paul Bakker c70b982056 OID functionality moved to a separate module.
A new OID module has been created that contains the main OID searching
functionality based on type-dependent arrays. A base type is used to
contain the basic values (oid_descriptor_t) and that type is extended to
contain type specific information (like a pk_alg_t).

As a result the rsa sign and verify function prototypes have changed. They
now expect a md_type_t identifier instead of the removed RSA_SIG_XXX
defines.

All OID definitions have been moved to oid.h
All OID matching code is in the OID module.

The RSA PKCS#1 functions cleaned up as a result and adapted to use the
MD layer.

The SSL layer cleanup up as a result and adapted to use the MD layer.

The X509 parser cleaned up and matches OIDs in certificates with new
module and adapted to use the MD layer.

The X509 writer cleaned up and adapted to use the MD layer.

Apps and tests modified accordingly
2013-04-07 22:00:46 +02:00
..
CMakeLists.txt - Added key_app_writer to CMakeLists.txt 2012-10-03 20:34:37 +00:00
dh_client.c OID functionality moved to a separate module. 2013-04-07 22:00:46 +02:00
dh_genprime.c - Added warning about example use 2012-10-03 19:48:33 +00:00
dh_prime.txt - Changed saved value to RCF 3526 2048 MODP group 2012-10-03 19:50:54 +00:00
dh_server.c OID functionality moved to a separate module. 2013-04-07 22:00:46 +02:00
key_app.c - Added password and password_file options for reading private keys 2012-09-27 12:44:31 +00:00
key_app_writer.c - Updated examples to use appropriate sizes for larger RSA keys (up to 16k) 2012-10-03 20:35:44 +00:00
mpi_demo.c - Lots of minimal changes to better support WINCE as a build target 2011-11-18 14:26:47 +00:00
rsa_decrypt.c - Fixed minor bug by zeroizing result memory 2011-12-04 17:06:56 +00:00
rsa_encrypt.c - Moved all examples programs to use the new entropy and CTR_DRBG 2011-12-04 17:09:26 +00:00
rsa_genkey.c - Moved all examples programs to use the new entropy and CTR_DRBG 2011-12-04 17:09:26 +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.c OID functionality moved to a separate module. 2013-04-07 22:00:46 +02:00
rsa_sign_pss.c OID functionality moved to a separate module. 2013-04-07 22:00:46 +02:00
rsa_verify.c OID functionality moved to a separate module. 2013-04-07 22:00:46 +02:00
rsa_verify_pss.c OID functionality moved to a separate module. 2013-04-07 22:00:46 +02:00