#3167: [patch] Provide SSL cipher selection option for imap/smtp/pop
--------------------------+-------------------------------------------------
Reporter: cowbert | Owner: mutt-dev
Type: enhancement | Status: closed
Priority: minor | Milestone:
Component: crypto | Version: 1.5.18
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by sprg):
* status: new => closed
* resolution: => fixed
Comment:
This is a small patch in order to allow the user to override SSL's default
selection of ciphers when connecting to IMAP/POP/etc.. It adds a variable
in the muttrc called ssl_ciphers, that can contain an SSL-formatted cipher
string (for example: "AES256-SHA:AES128-SHA") which will be used when
connecting to the server.
This can be useful in order to override a server's "preferred" cipher if
the user prefers to use another cipher. The string of ciphers can also be
as long as desired, allowing for multiple fallbacks if the preferred
cipher is not available.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3167#comment:2>
Mutt <http://www.mutt.org/>
The Mutt mail user agent