commit | b6b16bddc39b95ca2f459fb42a6a51d38f688725 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 11 11:20:43 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 11 11:31:51 2015 +0000 |
tree | 0a2b39b9b709a995af44c85b2a1bda5994609cc5 | |
parent | f9c1387b9d0114195f3f80eb514495924b36c1c4 [diff] [blame] |
Drop pbkdf2 module (superseded by pkcs5)
diff --git a/ChangeLog b/ChangeLog index 2aad569..ae9b11b 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -6,6 +6,7 @@ * Support for DTLS 1.0 and 1.2 (RFC 6347). API Changes + * Remove the PBKDF2 module (use PKCS5). * Remove POLARSSL_ERROR_STRERROR_BC (use mbedtls_strerror()). * Headers are now found in the 'mbedtls' directory (previously 'polarssl'). * Change SSL_DISABLE_RENEGOTIATION config.h flag to SSL_RENEGOTIATION