GNOME Bugzilla – Bug 116200
g_mime_multipart_signed_verify doesn't check correctly
Last modified: 2005-04-14 20:00:04 UTC
In g_mime_multipart_signed_verify the to be checked part is being generated, this results in a bad signature. And this happens because the generated header format doesn't match the original format. Examples of headers where this happens are: Content-Type: multipart/mixed; boundary=7AUc2qLy4jB3hD7Z Content-Disposition: attachment; filename="balsa-rfc3156-patch-2003-06-25.gz" They are generated as: Content-Type: multipart/mixed; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: attachment; filename="balsa-rfc3156-patch-2003-06-25.gz"
yep, known bug... just never got around to adding it to bugzilla :-) this is something I've been trying to work out for the 2.1 development branch...
I've changed a number of things that help to reduce the liklihood of header re-formatting in the 2.1.x releases (especially 2.1.7), but there's still no guarentee.
calling this FIXED now