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 fijall
Recipients christian.heimes, fijall
Date 2012-06-14.08:33:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339662783.79.0.89743319374.issue15061@psf.upfronthosting.co.za>
In-reply-to
Content
secure_compare leaks the password always. Note that it takes different time to create a result of ord() depending whether it's <=100 or > 100 due to caching of small numbers. Such functions should be written in C.
History
Date User Action Args
2012-06-14 08:33:04fijallsetrecipients: + fijall, christian.heimes
2012-06-14 08:33:03fijallsetmessageid: <1339662783.79.0.89743319374.issue15061@psf.upfronthosting.co.za>
2012-06-14 08:33:03fijalllinkissue15061 messages
2012-06-14 08:33:02fijallcreate