#3639: Handling of inconsistent smime signed messages.
---------------------+---------------------------------------------
Reporter: chris | Owner: mutt-dev
Type: defect | Status: closed
Priority: minor | Milestone: 1.6
Component: crypto | Version: 1.5.21
Resolution: fixed | Keywords: patch, smime, s/mime, signature
---------------------+---------------------------------------------
Changes (by Kevin McCarthy <kevin@…>):
* status: new => closed
* resolution: => fixed
Comment:
In [5e5aff1782dc62044197c2230d346bd492706fbf]:
{{{
#!CommitTicketReference repository=""
revision="5e5aff1782dc62044197c2230d346bd492706fbf"
Loosen mutt_signed_handler() protocol value consistency check. (closes
#3639)
Apparently, for S/MIME, some MUAs mismatch the protocol value of
the multipart/signed and the content-type of the signature: putting
"pkcs7-signature" in one and "x-pkcs7-signature" in the other.
Change mutt_signed_handler() to independently verify the values of the
protocol and the content-type. This still checks for correct values but
doesn't ensure they match between the two (for S/MIME).
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3639#comment:2>
Mutt <http://www.mutt.org/>
The Mutt mail user agent