aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-31 13:16:10 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-31 13:16:10 +0000
commitfbb56e5b1df5a9ea7ed6a9a9719eb35794750ed3 (patch)
tree19f5e491f31501750e9fff77f503973936e2eb79
parent78055aa6a543675101e1da1d4fbb36ca4b97b645 (diff)
downloadopenssl-fbb56e5b1df5a9ea7ed6a9a9719eb35794750ed3.tar.gz
Document the AES changes.
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b18262b72e..21e4491134 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,6 +64,10 @@
Changes between 0.9.6d and 0.9.7 [XX xxx 2002]
+ *) Add AES modes CFB and OFB to the object database. Correct an
+ error in AES-CFB decryption.
+ [Richard Levitte]
+
*) Remove most calls to EVP_CIPHER_CTX_cleanup() in evp_enc.c, this
allows existing EVP_CIPHER_CTX structures to be reused after
calling EVP_*Final(). This behaviour is used by encryption