- Fixed faulty HMAC-MD2 implementation (Fixes ticket #37)
diff --git a/ChangeLog b/ChangeLog
index 541c86d..df4dd7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,10 @@
* Fixed rsa_encrypt and rsa_decrypt examples to use public key for
encryption and private key for decryption. (Closes ticket #34)
+Bugfix
+ * Fixed faulty HMAC-MD2 implementation. Found by dibac. (Closes
+ ticket #37)
+
= Version 1.0.0 released on 2011-07-27
Features
* Expanded cipher layer with support for CFB128 and CTR mode