Changelog re hash comparison bugfix

This commit is contained in:
Jeff Forcier 2014-02-14 11:53:42 -08:00
parent 9d7aeff7b1
commit 30518280f1
1 changed files with 4 additions and 0 deletions

View File

@ -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