From: Kevin McCarthy Date: Sun, 1 Feb 2015 04:05:30 +0000 (-0800) Subject: Update smime_encrypt_with documentation to list all algorithms. X-Git-Tag: mutt-1-5-24-rel~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe6346e6b45a4a11a69903dfb3151ca1dcff30cd;p=mutt Update smime_encrypt_with documentation to list all algorithms. Thanks to Michael Schwipps for the patch! --- diff --git a/contrib/smime.rc b/contrib/smime.rc index 53760899..f8745923 100644 --- a/contrib/smime.rc +++ b/contrib/smime.rc @@ -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 2bcb6700..2e50eed4 100644 --- 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) */