aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r--cipher/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index b01d0a6ef..ce3f04349 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,13 @@
+2008-03-22 Werner Koch <[email protected]>
+
+ * cipher.c (struct cipher_handle_s): Make sure IV is u32
+ aligned. Change all users of IV.
+ (do_cfb_encrypt): Optimize and use bulk code for AES.
+ (do_cfb_decrypt): Ditto.
+ * rijndael.c (do_encrypt): Remove.
+ (do_encrypt_aligned, do_encrypt): New. Taken from libgcrypt.
+ (rijndael_cfb_enc, rijndael_cfb_dec): New.
+
2007-12-12 Werner Koch <[email protected]>
* pubkey.c (pubkey_encrypt, pubkey_decrypt): Allow type 20 keys.