Update Changelog for the mem-measure branch

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-16 17:45:35 +00:00
parent 714929bf0d
commit ad350ed759

View file

@ -11,6 +11,12 @@ Features
layer (helps get rid of unwanted references).
* Improved Makefiles for Windows targets by fixing library targets and making
cross-compilation easier (thanks to Alon Bar-Lev).
* The benchmark program also prints heap usage for public-key primitives
if POLARSSL_MEMORY_BUFFER_ALLOC_C and POLARSSL_MEMORY_DEBUG are defined.
* New script ecc-heap.sh helps measuring the impact of ECC parameters on
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).
Bugfix
* Fix hardclock() (only used in the benchmarking program) with some