mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
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.
This commit is contained in:
parent
6f287d4e3f
commit
047d97e95e
14 changed files with 72 additions and 92 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-06-05 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: Remove Camellia restriction.
|
||||
|
||||
2009-04-01 Werner Koch <wk@g10code.com>
|
||||
|
||||
* configure.ac: Test for fsync.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue