]> granicus.if.org Git - mutt/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)
committerKevin McCarthy <kevin@8t8.us>
Sun, 1 Jan 2017 03:57:07 +0000 (19:57 -0800)
commit17030b4700a498161ff5ab1eda28f0750cdbceb2
treeeb0bd637c11c695b94594ca91600804b4f84796f
parent10f5ca3e65a56d7e52c0d3b41652e3dabee3cecd
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