Message 162758 - Python tracker (original) (raw)

Message162758

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:04 fijall set recipients: + fijall, christian.heimes
2012-06-14 08:33:03 fijall set messageid: 1339662783.79.0.89743319374.issue15061@psf.upfronthosting.co.za
2012-06-14 08:33:03 fijall link issue15061 messages
2012-06-14 08:33:02 fijall create