Mercurial > emacs
changeset 104962:7913b528a7e3
Add algorithm names.
(epg-cipher-algorithm-alist): Add CAMELLIA.
(epg-digest-algorithm-alist): Add SHA224.
author | Daiki Ueno <ueno@unixuser.org> |
---|---|
date | Fri, 11 Sep 2009 22:27:32 +0000 |
parents | 0ea87b098bb0 |
children | aa7ac26deae0 |
files | lisp/ChangeLog lisp/epg.el |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <ueno@unixuser.org> + + * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA. + (epg-digest-algorithm-alist): Add SHA224. + 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca> * custom.el (custom-delayed-init-variables): New var.
--- 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