Add ChangeLog entry

Fixes #1299. Fixes #1475.
This commit is contained in:
Gilles Peskine 2018-03-27 23:08:53 +02:00
parent de420a47b6
commit f69ad5a898

View file

@ -16,6 +16,9 @@ Bugfix
* Add missing dependencies in test suites that led to build failures
in configurations that omit certain hashes or public-key algorithms.
Fixes #1040.
* Add missing dependencies for MBEDTLS_HAVE_TIME_DATE and
MBEDTLS_VERSION_FEATURES in test suites. Contributed by Deomid Ryabkov.
Fixes #1299, #1475.
Changes
* Remove some redundant code in bignum.c. Contributed by Alexey Skalozub.