Update Changelog for deprecation config flags

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-23 14:20:04 +01:00
parent e46c6c38c9
commit f7dbedb7db

View file

@ -17,6 +17,10 @@ Features
speed and RAM (heap only for now) usage.
* New script memory.sh helps measuring the ROM and RAM requirements of two
reduced configurations (PSK-CCM and NSA suite B).
* Add config flags POLARSSL_DEPRECATED_WARNING (off by default) to produce
warnings on use of deprecated functions (with GCC and Clang only).
* Add config flags POLARSSL_DEPRECATED_REMOVED (off by default) to produce
errors on use of deprecated functions.
Bugfix
* Fix hardclock() (only used in the benchmarking program) with some