- Added POLARSSL_MPI_WINDOW_SIZE definition to allow easier time to memory trade-off

This commit is contained in:
Paul Bakker 2011-11-25 11:52:11 +00:00
parent 2e6d5328d5
commit b6d5f08051
3 changed files with 17 additions and 1 deletions

View file

@ -24,6 +24,8 @@ Changes
parity bits, to prevent mistakes in copying data. (Closes ticket #33)
* Loads of minimal changes to better support WINCE as a build target
(Credits go to Marco Lizza)
* Added POLARSSL_MPI_WINDOW_SIZE definition to allow easier time to memory
trade-off
Bugfix
* Fixed faulty HMAC-MD2 implementation. Found by dibac. (Closes