- Updated ChangeLog to reflect change in error codes

This commit is contained in:
Paul Bakker 2009-07-19 20:29:42 +00:00
parent b5bf176f4c
commit f1fec19797

View file

@ -8,6 +8,10 @@ Features
Camellia, DES, 3-DES, RSA PKCS#1, XTEA, Diffie-Hellman
and X509parse.
Major Changes
* Error codes are not (necessarily) negative anymore. Keep
this is mind when writing code.
Bug fixes
* Fixed HMAC-MD2 by modifying md2_starts(), so that the
required HMAC ipad and opad variables are not cleared.