aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-10 14:27:04 +0000
committerBodo Möller <bodo@openssl.org>2001-01-10 14:27:04 +0000
commitf99267cffcc505e7ffdb471185a9393fe0922f26 (patch)
treed9ceb49d8d59d992fa89f1f8b8800c0edf611793 /CHANGES
parent5860ecb8ecbd0433c5adb4f272915bda72478429 (diff)
downloadopenssl-f99267cffcc505e7ffdb471185a9393fe0922f26.tar.gz
Fix C code generate by 'openssl dsaparam -C'.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3a256cbb0c..5e4fa3e706 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.6 and 0.9.6a [xx XXX 2000]
+ *) Fix C code generated by 'openssl dsaparam -C': If a BN_bin2bn
+ call failed, free the DSA structure.
+ [Bodo Moeller]
+
*) Fix to uni2asc() to cope with zero length Unicode strings.
These are present in some PKCS#12 files.
[Steve Henson]