aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2009-06-05 14:11:03 +0000
committerDavid Shaw <[email protected]>2009-06-05 14:11:03 +0000
commit047d97e95e1df831d699fb77cd58c269a13a5c5c (patch)
tree1aba8b3a366cbf6bfe543401009358b079ef3673 /ChangeLog
parent* defs.inc: Improved all_cipher_algos and all_hash_algos to work when (diff)
downloadgnupg-047d97e95e1df831d699fb77cd58c269a13a5c5c.tar.gz
gnupg-047d97e95e1df831d699fb77cd58c269a13a5c5c.zip
Add full Camellia support.
* configure.ac: Remove Camellia restriction. * gpg.c (main), misc.c (openpgp_cipher_test_algo): Remove Camellia restriction. * misc.c (map_cipher_openpgp_to_gcry), main.h: Add macros for openpgp_cipher_open, openpgp_cipher_get_algo_keylen, and openpgp_cipher_get_algo_blklen to wrap around the corresponding gcry_* functions, but pass the algorithm number through map_cipher_openpgp_to_gcry. This is needed in case the gcry algorithm number doesn't match the OpenPGP number (c.f. Camellia). * encr-data.c, pubkey-enc.c, mainproc.c, cipher.c, encode.c, seskey.c, passphrase.c, seckey-cert.c: Use new openpgp_cipher_* macros here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f4c07869..fee14a0d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-05 David Shaw <[email protected]>
+
+ * configure.ac: Remove Camellia restriction.
+
2009-04-01 Werner Koch <[email protected]>
* configure.ac: Test for fsync.