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 pitrou
Recipients arigo, christian.heimes, fijall, hynek, pitrou
Date 2012-06-14.09:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339666286.01.0.68883136263.issue15061@psf.upfronthosting.co.za>
In-reply-to
Content
With PEP 393 unicode objects can have several representations, which makes it unlikely that *really* constant-timing functions can be devised.

Speaking about this particular patch, I don't understand the point. secure_compare() is obviously meant to be used on inputs of some known length, not arbitrary data.
History
Date User Action Args
2012-06-14 09:31:26pitrousetrecipients: + pitrou, arigo, christian.heimes, fijall, hynek
2012-06-14 09:31:26pitrousetmessageid: <1339666286.01.0.68883136263.issue15061@psf.upfronthosting.co.za>
2012-06-14 09:31:25pitroulinkissue15061 messages
2012-06-14 09:31:25pitroucreate