Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-10 08:42:42 +0400
committerRichard Levitte <levitte@openssl.org>2003-06-10 08:42:42 +0400
commitf63f51dc22a35e3722ae9812beaa4597723e983b (patch)
treee097b374398b9a9080dd268bc62d9edb6d46b162 /CHANGES
parent4eebab0d2226c1fad5dd7c4ce5f760cab2aa3a24 (diff)
Document the AES_cbc_encrypt() change
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 317f75fd14..e93099dd5a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
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.