projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03707ca
)
* pgg-gpg.el (pgg-decrypt-condition): Add RIJNDAEL, RIJNDAEL192, and RIJNDAEL256...
author
ueno
<ueno>
Sat, 2 Jun 2001 09:42:29 +0000
(09:42 +0000)
committer
ueno
<ueno>
Sat, 2 Jun 2001 09:42:29 +0000
(09:42 +0000)
pgg.el
patch
|
blob
|
history
diff --git
a/pgg.el
b/pgg.el
index
1b40d48
..
2b17b3e
100644
(file)
--- 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