From: Richard Levitte Date: Fri, 31 May 2002 13:16:37 +0000 (+0000) Subject: Document the AES changes. X-Git-Tag: OpenSSL_0_9_7-beta1~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b97c938e94099ec586488cc55a16528847c1f0e;p=oweals%2Fopenssl.git Document the AES changes. --- diff --git a/CHANGES b/CHANGES index 500d3d481a..d63996c70d 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,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