Remove test DHM params from certs.c

certs.c belongs to the X.509 library, while DHM belongs to the crypto lib.
This commit is contained in:
Manuel Pégourié-Gonnard 2015-06-25 08:52:25 +02:00
parent 21e1ac205e
commit 53585eeb17
4 changed files with 12 additions and 25 deletions

View file

@ -105,6 +105,7 @@ Removals
(use generic functions from md.h)
* Removed mbedtls_timing_msleep(). Use mbedtls_net_usleep() or a custom
waiting function.
* Removed test DHM parameters from the test certs module.
* Removed the PBKDF2 module (use PKCS5).
* Removed POLARSSL_ERROR_STRERROR_BC (use mbedtls_strerror()).
* Removed compat-1.2.h (helper for migrating from 1.2 to 1.3).