]> granicus.if.org Git - neomutt/commit
Provide SSL cipher selection option. (closes #3167)
authorKevin McCarthy <kevin@8t8.us>
Sun, 3 May 2015 23:25:45 +0000 (16:25 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 3 May 2015 23:25:45 +0000 (16:25 -0700)
commit33f00482c36b409eaf2ce9c4c11b75f101ee3fd5
tree39adf8306573bcc501b81ddfc7ee6826c02f0e70
parent2ced2318d303c22afa7dc8f6d62529d0af8a9f87
Provide SSL cipher selection option. (closes #3167)

Creates a $ssl_ciphers option that allows direct selection of the
ciphers for OpenSSL (via SSL_CTX_set_cipher_list) and GnuTLS (via
gnutls_priority_set_direct).

Thank you Sergio Gelato for the patch.
globals.h
init.h
mutt_ssl.c
mutt_ssl_gnutls.c