mbedtls/tests
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
..
data_files - Added test for no-subject certificates with altSubjectNames 2012-08-23 10:46:54 +00:00
scripts - Added base Galois/Counter mode (GCM) for AES 2012-03-20 13:50:09 +00:00
suites OID functionality moved to a separate module. 2013-04-07 22:00:46 +02:00
.gitignore Added proper gitignores for linux compilation 2012-11-17 00:04:49 +01:00
CMakeLists.txt Basic tests for ECDSA. 2013-01-26 19:11:28 +01:00
compat.sh Added ECDHE-based SHA256 and SHA384 ciphersuites 2013-03-20 15:31:54 +01:00
fct.h - Added casting to prevent warnings on some compilers 2012-05-08 13:35:48 +00:00
Makefile Modified Makefiles to include new files and and config.h to PolarSSL standard 2013-03-13 16:30:17 +01:00