summaryrefslogtreecommitdiff
path: root/lisp/epg.el
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2009-09-11 22:27:32 +0000
committerDaiki Ueno <ueno@unixuser.org>2009-09-11 22:27:32 +0000
commit138907962d8e70fc7ac0ed8c709dd310cb37550e (patch)
treed235977a63b34c8cc33d158f8a3467c5e32279e6 /lisp/epg.el
parent790d02708fd44b5a4953a6f155a1e2f07658d7f7 (diff)
downloademacs-138907962d8e70fc7ac0ed8c709dd310cb37550e.tar.gz
Add algorithm names.
(epg-cipher-algorithm-alist): Add CAMELLIA. (epg-digest-algorithm-alist): Add SHA224.
Diffstat (limited to 'lisp/epg.el')
-rw-r--r--lisp/epg.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/epg.el b/lisp/epg.el
index 8481f65b833..f8d72f46cc0 100644
--- a/lisp/epg.el
+++ b/lisp/epg.el
@@ -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