summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2002-06-11 12:41:37 +0000
committerBen Laurie <ben@openssl.org>2002-06-11 12:41:37 +0000
commitd15711efc6c82d5483dcf73ac7fa3ec5deb2c24a (patch)
tree4684ef0ec0db6e352b36006f98b1682a13fab9d7 /CHANGES
parent25ace3ed252a468d4d2b914a54863b2d539bb0b9 (diff)
Handle read errors.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5c490406bf..4a47eac400 100644
--- a/CHANGES
+++ b/CHANGES
@@ -77,6 +77,9 @@
Changes between 0.9.6d and 0.9.7 [XX xxx 2002]
+ *) Improve diagnostics in file reading and command-line digests.
+ [Ben Laurie aided and abetted by Solar Designer <solar@openwall.com>]
+
*) Add AES modes CFB and OFB to the object database. Correct an
error in AES-CFB decryption.
[Richard Levitte]