From 98675496e12f8789d18382e9400f673d89302931 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Sat, 26 Mar 2011 13:17:12 +0000 Subject: [PATCH] - Added information about changed behaviour of x509parse_key() --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 26b6b1d07..e81cb2ce5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,9 @@ Features Changes * Debug print of MPI now removes leading zero octets and 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 * Debug output of MPI's now the same independent of underlying