Re: [PATCH] smime: allow signing message digest algorithm to be specified.

2015-11-30 Thread Kevin J. McCarthy
On Sun, Jul 12, 2015 at 04:17:30PM -0700, Kevin J. McCarthy wrote: > This patch came from a bug report on IRC from "ep". He noticed Mutt > was hardcoding the micalg parameter to sha1, but his actual signature > digest was using sha256. Because of this, Thunderbird was rejecting the > signature.

mutt: smime: allow signing message digest algorithm to be specif...

2015-11-30 Thread Brendan Cully
changeset: 6534:428a92464d5b user: Kevin McCarthy date: Mon Nov 30 15:52:30 2015 -0800 link: http://dev.mutt.org/hg/mutt/rev/428a92464d5b smime: allow signing message digest algorithm to be specified. Currently, Mutt hardcodes micalg=sha1 for signed messages. Unfortunately, the ac