Merge branch 'ecc-devel-mpg' into development

This commit is contained in:
Paul Bakker 2013-03-13 16:31:01 +01:00
commit 00c1f43743
27 changed files with 3852 additions and 3 deletions

View file

@ -536,6 +536,43 @@
*/
#define POLARSSL_DHM_C
/**
* \def POLARSSL_ECDH_C
*
* Enable the elliptic curve Diffie-Hellman library.
*
* Module: library/ecdh.c
* Caller:
*
* Requires: POLARSSL_ECP_C
*/
#define POLARSSL_ECDH_C
/**
* \def POLARSSL_ECDSA_C
*
* Enable the elliptic curve DSA library.
*
* Module: library/ecdsa.c
* Caller:
*
* Requires: POLARSSL_ECP_C
*/
#define POLARSSL_ECDSA_C
/**
* \def POLARSSL_ECP_C
*
* Enable the elliptic curve over GF(p) library.
*
* Module: library/ecp.c
* Caller: library/ecdh.c
* library/ecdsa.c
*
* Requires: POLARSSL_BIGNUM_C
*/
#define POLARSSL_ECP_C
/**
* \def POLARSSL_ENTROPY_C
*
@ -887,6 +924,7 @@
* Caller:
*/
#define POLARSSL_XTEA_C
/* \} name */
#endif /* config.h */