mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 04:15:41 +01:00
- Added information about changed behaviour of x509parse_key()
This commit is contained in:
parent
1ffc1b9885
commit
98675496e1
@ -10,6 +10,9 @@ Features
|
|||||||
Changes
|
Changes
|
||||||
* Debug print of MPI now removes leading zero octets and
|
* Debug print of MPI now removes leading zero octets and
|
||||||
displays actual bit size of the value.
|
displays actual bit size of the value.
|
||||||
|
* x509parse_key() (and as a consequence x509parse_keyfile())
|
||||||
|
does not zeroize memory in advance anymore. Use rsa_init()
|
||||||
|
before parsing a key or keyfile!
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Debug output of MPI's now the same independent of underlying
|
* Debug output of MPI's now the same independent of underlying
|
||||||
|
Loading…
Reference in New Issue
Block a user