]> granicus.if.org Git - neomutt/commit
Canonicalize line endings for GPGME S/MIME encryption. (closes #3904)
authorKevin McCarthy <kevin@8t8.us>
Sun, 1 Jan 2017 03:57:07 +0000 (19:57 -0800)
committerRichard Russon <rich@flatcap.org>
Fri, 10 Feb 2017 03:32:55 +0000 (03:32 +0000)
commit9a6fb311e8ec06110e1057c59d8686073ecea059
tree81400631de9e649ea8b29d44348765822eb81d87
parent2792d82160c26521c6548854a6b59653a59da621
Canonicalize line endings for GPGME S/MIME encryption. (closes #3904)

This matches the behavior for S/MIME classic mode: OpenSSL converts
the line endings to cr/lf before encrypting.  Although Mutt always
canonicalizes the line endings before verifying the signature, some
clients do not do this for encrypted messages.

Thanks to cooler for the patch!
crypt-gpgme.c