Nick Coghlan <ncogh...@gmail.com> added the comment:

FWIW, Petri's example also explains why leaking the expected length of the 
string is considered an acceptable optimisation in most reimplementations of 
this signature check comparison: the attacker is assumed to already know the 
expected length of the signature, because it's part of a documented protocol or 
API.

However, I think it's more reasonable for a standard library implementation to 
omit that optimisation by default.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to