aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-10 01:06:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-10 01:06:31 +0000
commitcbf0f45f90ce316360f07c8b6c5f37b913d9c24d (patch)
tree722770356da2ec03615d60123a1f65e269817cd0 /CHANGES
parentb2293b1e9bb0f2ddb9fdae8130f6103cce2df608 (diff)
downloadopenssl-cbf0f45f90ce316360f07c8b6c5f37b913d9c24d.tar.gz
Fix uni2asc() so it can properly convert zero length
unicode strings. Certain PKCS#12 files contain these in BMPStrings and it used to crash on them.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 75fdcc509b..e5371b98dc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Fix to uni2asc() to cope with zero length Unicode strings.
+ These are present in some PKCS#12 files.
+ [Steve Henson]
+
*) Finish off removing the remaining LHASH function pointer casts.
There should no longer be any prototype-casting required when using
the LHASH abstraction, and any casts that remain are "bugs". See