- Debug print of MPI now removes leading zero octets and displays actual bit size of the value

This commit is contained in:
Paul Bakker 2011-03-14 20:41:31 +00:00
parent b3dcbc18f6
commit be4e7dca08
4 changed files with 95 additions and 15 deletions

View file

@ -5,6 +5,15 @@ Features
* 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