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:
b3e2aca
)
Document the AES changes.
author
Richard Levitte
<levitte@openssl.org>
Fri, 31 May 2002 13:16:37 +0000
(13:16 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 31 May 2002 13:16:37 +0000
(13:16 +0000)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 500d3d481abad06e62c5114ab14f57c620dbf610..d63996c70d34d56cd75992af12d284086115993e 100644
(file)
--- 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