summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-04-17 09:29:54 +0000
committerBodo Möller <bodo@openssl.org>2002-04-17 09:29:54 +0000
commit5d2175eddb41f6ea4d794894b590abbb298ff165 (patch)
tree86e74b0d7d7f724d4b3a0d2acf3e153eff7a32bd /CHANGES
parent7680669c331de9c80494a104302822b8bc109c61 (diff)
check return values
Submitted by: Nils Larsch
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5a0e1ec76b..cf4a885415 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.6c and 0.9.6d [XX xxx XXXX]
+ *) Check various X509_...() return values in apps/req.c.
+ [Nils Larsch <nla@trustcenter.de>]
+
*) Fix BASE64 decode (EVP_DecodeUpdate) for data with CR/LF ended lines:
an end-of-file condition would erronously be flagged, when the CRLF
was just at the end of a processed block. The bug was discovered when