From: Richard Levitte Date: Thu, 28 Feb 2002 11:29:55 +0000 (+0000) Subject: Document the added modes for AES X-Git-Tag: OpenSSL_0_9_6d~20^2~121 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0d22b5dace84489d0ade8c880570eff0092dfb1a;p=oweals%2Fopenssl.git Document the added modes for AES --- diff --git a/CHANGES b/CHANGES index 77185b700a..4cd9fc1d69 100644 --- a/CHANGES +++ b/CHANGES @@ -75,6 +75,10 @@ always load it have also been added. [Steve Henson] + +) Add the OFB, CFB and CTR (all with 128 bit feedback) to AES. + Adjust NIDs and EVP layer. + [Stephen Sprunk and Richard Levitte] + +) Config modules support in openssl utility. Most commands now load modules from the config file,