# HG changeset patch # User Daiki Ueno # Date 1252708052 0 # Node ID 7913b528a7e376061ebacbbaed89bf5a2353eb66 # Parent 0ea87b098bb058f4cd1cf046f3def8ab90a7eefd Add algorithm names. (epg-cipher-algorithm-alist): Add CAMELLIA. (epg-digest-algorithm-alist): Add SHA224. diff -r 0ea87b098bb0 -r 7913b528a7e3 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 11 21:25:44 2009 +0000 +++ b/lisp/ChangeLog Fri Sep 11 22:27:32 2009 +0000 @@ -1,3 +1,8 @@ +2009-09-11 Daiki Ueno + + * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA. + (epg-digest-algorithm-alist): Add SHA224. + 2009-09-11 Stefan Monnier * custom.el (custom-delayed-init-variables): New var. diff -r 0ea87b098bb0 -r 7913b528a7e3 lisp/epg.el --- a/lisp/epg.el Fri Sep 11 21:25:44 2009 +0000 +++ b/lisp/epg.el Fri Sep 11 22:27:32 2009 +0000 @@ -49,6 +49,8 @@ (8 . "AES192") (9 . "AES256") (10 . "TWOFISH") + (11 . "CAMELLIA128") + (12 . "CAMELLIA256") (110 . "DUMMY"))) ;; from gnupg/include/cipher.h @@ -67,7 +69,8 @@ (3 . "RMD160") (8 . "SHA256") (9 . "SHA384") - (10 . "SHA512"))) + (10 . "SHA512") + (11 . "SHA224"))) ;; from gnupg/include/cipher.h (defconst epg-compress-algorithm-alist