commit | 35f1d7f0aa9547d305eb4bd947fa6a1ca8e35503 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Mar 19 12:42:40 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Mar 19 12:42:40 2015 +0000 |
tree | a6b7343fa0d33ec0a12286ae4a5f3a1b65a6d6eb | |
parent | 7f7aebca023acef6840ca5cd91554c5ba7ee83e2 [diff] [blame] |
Update signature of mpi_mul_mpi()
diff --git a/ChangeLog b/ChangeLog index 16b2f84..4ae771b 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -6,6 +6,7 @@ * Support for DTLS 1.0 and 1.2 (RFC 6347). API Changes + * Signature of mpi_mul_mpi() changed to make the last argument unsigned * Remove the PBKDF2 module (use PKCS5). * Remove POLARSSL_ERROR_STRERROR_BC (use mbedtls_strerror()). * Headers are now found in the 'mbedtls' directory (previously 'polarssl').