projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eebab0
)
Document the AES_cbc_encrypt() change
author
Richard Levitte
<levitte@openssl.org>
Tue, 10 Jun 2003 04:42:42 +0000
(
04:42
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 10 Jun 2003 04:42:42 +0000
(
04:42
+0000)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 317f75fd14d362028ed91a821e6bf74b632fd654..e93099dd5a0f9bd463af198863809462bf500cb7 100644
(file)
--- 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.