From: ueno Date: Sat, 2 Jun 2001 09:42:29 +0000 (+0000) Subject: * pgg-gpg.el (pgg-decrypt-condition): Add RIJNDAEL, RIJNDAEL192, and RIJNDAEL256... X-Git-Tag: emiko-1_14_0~29 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=881487f41b6e8c7d0fa4481a39740970756cb2a2;p=elisp%2Fsemi.git * pgg-gpg.el (pgg-decrypt-condition): Add RIJNDAEL, RIJNDAEL192, and RIJNDAEL256 for GnuPG. --- diff --git a/pgg.el b/pgg.el index 1b40d48..2b17b3e 100644 --- a/pgg.el +++ b/pgg.el @@ -102,7 +102,8 @@ (ctree-set-calist-strictly 'pgg-decrypt-condition '((public-key-algorithm ELG-E DSA ELG) - (symmetric-key-algorithm 3DES CAST5 BLOWFISH TWOFISH) + (symmetric-key-algorithm + 3DES CAST5 BLOWFISH RIJNDAEL RIJNDAEL192 RIJNDAEL256 TWOFISH) (scheme . gpg))) ;;; @ definition of the implementation scheme