mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-27 09:47:10 +01:00
- Debug print of MPI now removes leading zero octets and displays actual bit size of the value
This commit is contained in:
parent
b3dcbc18f6
commit
be4e7dca08
4 changed files with 95 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue