Changelog re hash comparison bugfix
This commit is contained in:
parent
9d7aeff7b1
commit
30518280f1
|
@ -2,6 +2,10 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :bug:`-` Use constant-time hash comparison operations where possible, to
|
||||
protect against `timing-based attacks
|
||||
<http://codahale.com/a-lesson-in-timing-attacks/>`_. Thanks to Alex Gaynor
|
||||
for the patch.
|
||||
* :release:`1.10.6 <2014-02-14>`
|
||||
* :bug:`34` (PR :issue:`35`) Fix SFTP prefetching incompatibility with some
|
||||
SFTP servers regarding request/response ordering. Thanks to Richard
|
||||
|
|
Loading…
Reference in New Issue