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).