aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-03-18 02:10:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-03-18 02:10:25 +0000
commit0bf5d40787c6e3054e49375593bf33b2d54826cb (patch)
tree30ea8e0f47142881812c567940fa70dd67300810 /CHANGES
parent757d479536d3d7f51e81a8677ca2aad04d7951af (diff)
downloadopenssl-0bf5d40787c6e3054e49375593bf33b2d54826cb.tar.gz
Fix PKCS#12 key generation bug.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d3086a7fba..b55c928cab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.6 and 0.9.6a [xx XXX 2001]
+ *) Fix bug in PKCS#12 key generation routines. This was triggered
+ if a 3DES key was generated with a 0 initial byte. Include
+ PKCS12_BROKEN_KEYGEN compilation option to retain the old
+ (but broken) behaviour.
+ [Steve Henson]
+
*) Fix memory leaks in err.c: free err_data string if necessary;
don't write to the wrong index in ERR_set_error_data.
[Bodo Moeller]