This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients barry, mitya57, r.david.murray
Date 2012-06-02.14:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338648954.02.0.365681429445.issue14983@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at your stackoverflow post, you might be able to fix this by doing an rstrip on the string body before signing it.  But then if we add a CRLF between the boundaries, the verifiers might start failing again.  What do you think?  Probably adding the CRLF is the way to go, but I wonder, what are the controlling RFCs for signing/verifying and what do they say?
History
Date User Action Args
2012-06-02 14:55:54r.david.murraysetrecipients: + r.david.murray, barry, mitya57
2012-06-02 14:55:54r.david.murraysetmessageid: <1338648954.02.0.365681429445.issue14983@psf.upfronthosting.co.za>
2012-06-02 14:55:53r.david.murraylinkissue14983 messages
2012-06-02 14:55:53r.david.murraycreate