commit | 2fd71f07579daa862d498e85b9cd6ebb95dbd7df | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jul 11 20:40:58 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jul 11 20:40:58 2009 +0000 |
tree | 00ddcd5e3bfc7e49f88d04f4edea1cec921177b8 | |
parent | 396c52f711bde10ab88cd170f6fbc77ad44258f6 [diff] [blame] |
- Fixed HMAC-MD2 by modifying md2_starts(), so that the required HMAC ipad and opad variables are not cleared!
diff --git a/ChangeLog b/ChangeLog index 936860a..ba5ad13 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -9,6 +9,8 @@ and X509parse. Bug fixes + * Fixed HMAC-MD2 by modifying md2_starts(), so that the + required HMAC ipad and opad variables are not cleared! * Prevented use of long long in bignum if POLARSSL_HAVE_LONGLONG not defined (found by Giles Bathgate).