Document the AES_cbc_encrypt() change
authorRichard Levitte <levitte@openssl.org>
Tue, 10 Jun 2003 04:42:38 +0000 (04:42 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 Jun 2003 04:42:38 +0000 (04:42 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index f74bc98da4d03955f85fc6f069c61bb1d9b046f1..9c05ac611b7eb28abf4b4eeeebb195b3bdf27b27 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 
  Changes between 0.9.7b and 0.9.7c  [xx XXX 2003]
 
+  *) Change AES_cbc_encrypt() so it outputs exact multiple of
+     blocks during encryption.
+     [Richard Levitte]
+
   *) Various fixes to base64 BIO and non blocking I/O. On write 
      flushes were not handled properly if the BIO retried. On read
      data was not being buffered properly and had various logic bugs.