aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-14 14:14:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-14 14:14:45 +0000
commit8bcceacf3470afd9cd689a663292ea79e22e9db0 (patch)
tree9749ab6a080e5e1cb7025b922253bb839c49dcdd /CHANGES
parenta5a4b34a5a76e3804758de129a7496d7f0ade2d9 (diff)
downloadopenssl-8bcceacf3470afd9cd689a663292ea79e22e9db0.tar.gz
Fix PKCS#12 PBE routines to cope with passwords
from PEM callbacks which are not null terminated.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5e4fa3e706..56a3c09718 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.6 and 0.9.6a [xx XXX 2000]
+ *) Change PKCS12_key_gen_asc() so it can cope with non null
+ terminated strings whose length is passed in the passlen
+ parameter, for example from PEM callbacks. This was done
+ by adding an extra length parameter to asc2uni().
+ [Steve Henson, reported by <oddissey@samsung.co.kr>]
+
*) Fix C code generated by 'openssl dsaparam -C': If a BN_bin2bn
call failed, free the DSA structure.
[Bodo Moeller]