From 6e61ea132003384079a61b482c1dcfb1f255546b Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sat, 11 Jul 2009 20:44:12 +0000
Subject: [PATCH] - Updated ChangeLog
---
ChangeLog | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index ba5ad1374..b15f74951 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,8 @@ Features
Bug fixes
* Fixed HMAC-MD2 by modifying md2_starts(), so that the
- required HMAC ipad and opad variables are not cleared!
+ required HMAC ipad and opad variables are not cleared.
+ (found by code coverage tests)
* Prevented use of long long in bignum if
POLARSSL_HAVE_LONGLONG not defined (found by Giles
Bathgate).