- Debug print of MPI now removes leading zero octets and displays actual bit size of the value
diff --git a/ChangeLog b/ChangeLog
index 001f179..4161a2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,15 @@
* Added support for PKCS#1 v2.1 encoding and thus support
for the RSAES-OAEP and RSASSA-PSS operations.
+Changes
+ * Debug print of MPI now removes leading zero octets and
+ displays actual bit size of the value.
+
+Bugfix
+ * Debug output of MPI's now the same independent of underlying
+ platform (32-bit / 64-bit) (Fixes ticket #19, found by Mads
+ Kiilerich and Mihai Militaru)
+
= Version 0.99-pre3 released on 2011-02-28
This release replaces version 0.99-pre2 which had possible copyright issues.
Features