summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-04-26 08:30:31 +0000
committerBodo Möller <bodo@openssl.org>2002-04-26 08:30:31 +0000
commitc15bf8f609672190dcda2720a37d8999d17bc54c (patch)
tree1c48e47edce1b2c11803b56090277d5bc883234d /CHANGES
parent6b42cad215173a282a194e74f5773e446c9e5299 (diff)
Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (not
encoded as NULL) with id-dsa-with-sha1. Submitted by: Nils Larsch
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cf4a885415..5df8e1a667 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.6c and 0.9.6d [XX xxx XXXX]
+ *) Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (not
+ encoded as NULL) with id-dsa-with-sha1.
+ [Nils Larsch <nla@trustcenter.de>; problem pointed out by Bodo Moeller]
+
*) Check various X509_...() return values in apps/req.c.
[Nils Larsch <nla@trustcenter.de>]