]> granicus.if.org Git - mutt/commitdiff
Update smime_encrypt_with documentation to list all algorithms.
authorKevin McCarthy <kevin@8t8.us>
Sun, 1 Feb 2015 04:05:30 +0000 (20:05 -0800)
committerKevin McCarthy <kevin@8t8.us>
Sun, 1 Feb 2015 04:05:30 +0000 (20:05 -0800)
Thanks to Michael Schwipps for the patch!

contrib/smime.rc
init.h

index 53760899bbf71100676828912728fd025cfb4ca1..f87459237959d3ebd4fd159c40ad06714a01dd1a 100644 (file)
@@ -59,7 +59,7 @@ set smime_import_cert_command="smime_keys add_cert %f"
 # Sction B: Outgoing messages
 
 # Algorithm to use for encryption.
-# valid choices are rc2-40, rc2-64, rc2-128, des, des3
+# valid choices are aes128, aes192, aes256, rc2-40, rc2-64, rc2-128, des, des3
 set smime_encrypt_with="des3"
 
 # Encrypt a message. Input file is a MIME entity.
diff --git a/init.h b/init.h
index 2bcb6700dd4517cb734b5261eb3187d1d14710c1..2e50eed4902f024eb06d0283943193752cac6b55 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2691,7 +2691,7 @@ struct option_t MuttVars[] = {
   /*
   ** .pp
   ** This sets the algorithm that should be used for encryption.
-  ** Valid choices are ``des'', ``des3'', ``rc2-40'', ``rc2-64'', ``rc2-128''.
+  ** Valid choices are ``aes128'', ``aes192'', ``aes256'', ``des'', ``des3'', ``rc2-40'', ``rc2-64'', ``rc2-128''.
   ** If \fIunset\fP, ``3des'' (TripleDES) is used.
   ** (S/MIME only)
   */