aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r--cipher/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index 9f7d3b366..ca2530ec8 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,5 +1,16 @@
-2006-12-11 Werner Koch <[email protected]>
+2007-06-13 David Shaw <[email protected]>
+
+ * Makefile.am, algorithms.h, cipher.c (setup_cipher_table): Add
+ Camellia.
+
+ * camellia-glue.c: New. These are glue functions to interface
+ GnuPG to the stock NTT Camellia distribution.
+ * camellia.h, camellia.c: New. Version 1.2.0 of the Camellia code
+ (GPL) unchanged from
+ http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html
+
+2006-12-11 Werner Koch <[email protected]>
* elgamal.c (test_keys): Use new mpi_nlimb_hint_from_nbits
function. This also rounds up the value.