emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9c967e7: Add options for mode modern ciphers in smime-encrypt-cip


From: Lars Ingebrigtsen
Subject: master 9c967e7: Add options for mode modern ciphers in smime-encrypt-cipher
Date: Tue, 4 Aug 2020 14:32:24 -0400 (EDT)

branch: master
commit 9c967e7298cc4f0e6acbaf9b13755d674d9d460c
Author: Arik Mitschang <arik.mitschang@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add options for mode modern ciphers in smime-encrypt-cipher
    
    * lisp/gnus/smime.el (smime-encrypt-cipher): Add support for more
    modern ciphers (bug#8474).
    
    Copyright-paperwork-exempt: yes
---
 lisp/gnus/smime.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el
index fe6daf6..5500148 100644
--- a/lisp/gnus/smime.el
+++ b/lisp/gnus/smime.el
@@ -185,6 +185,9 @@ and the files themselves should be in PEM format."
   :version "22.1"
   :type '(choice (const :tag "Triple DES" "-des3")
                 (const :tag "DES"  "-des")
+                (const :tag "AES 256 bits" "-aes256")
+                (const :tag "AES 192 bits" "-aes192")
+                (const :tag "AES 128 bits" "-aes128")
                 (const :tag "RC2 40 bits" "-rc2-40")
                 (const :tag "RC2 64 bits" "-rc2-64")
                 (const :tag "RC2 128 bits" "-rc2-128"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]