Add skeleton for EC J-PAKE module

This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-05 15:44:42 +02:00
parent 14d800507a
commit 4d8685b4ff
12 changed files with 165 additions and 3 deletions

View file

@ -462,6 +462,9 @@ static const char *features[] = {
#if defined(MBEDTLS_ECDSA_C)
"MBEDTLS_ECDSA_C",
#endif /* MBEDTLS_ECDSA_C */
#if defined(MBEDTLS_ECJPAKE_C)
"MBEDTLS_ECJPAKE_C",
#endif /* MBEDTLS_ECJPAKE_C */
#if defined(MBEDTLS_ECP_C)
"MBEDTLS_ECP_C",
#endif /* MBEDTLS_ECP_C */