summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-14 14:07:10 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-14 14:07:10 +0000
commit6308af199d97d1163d4317557e2d655d7aa211ae (patch)
treeb51511bb05522efb3853cad6b75f4a4332cc5ba1 /CHANGES
parent8e5b6314ef3dd6de9188614ff356c0388fc37134 (diff)
Change PKCS#12 key derivation routines to cope with
non null terminated passwords.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 403568adc0..eb80eb6184 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@
Changes between 0.9.6 and 0.9.7 [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>]
+
*) New OCSP utility. Allows OCSP requests to be generated or
read. The request can be sent to a responder and the output
parsed, outputed or printed in text form. Not complete yet: