Add changelog entry re #102
This commit is contained in:
parent
7e5911a1ff
commit
e034a24f87
4
NEWS
4
NEWS
|
@ -15,6 +15,10 @@ Releases
|
||||||
v1.10.0 (DD MM YYYY)
|
v1.10.0 (DD MM YYYY)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
* #102: Forego random padding for packets when running under `*-ctr` ciphers.
|
||||||
|
This corrects some slowdowns on platforms where random byte generation is
|
||||||
|
inefficient (e.g. Windows). Thanks to `@warthog618` for catch & patch, and
|
||||||
|
Michael van der Kolff for code/technique review.
|
||||||
* #127: Turn `SFTPFile` into a context manager. Thanks to Michael Williamson
|
* #127: Turn `SFTPFile` into a context manager. Thanks to Michael Williamson
|
||||||
* for the patch.
|
* for the patch.
|
||||||
* #116: Limit `Message.get_bytes` to an upper bound of 1MB to protect against
|
* #116: Limit `Message.get_bytes` to an upper bound of 1MB to protect against
|
||||||
|
|
Loading…
Reference in New Issue