summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-02-27 18:50:19 -0800
committerJeff Forcier <jeff@bitprophet.org>2013-02-27 18:50:40 -0800
commite034a24f87ca24171fceb9f9069149f3fc76d51b (patch)
treee96cf44dccf7335ade62d98ba819c75e6fe29732 /NEWS
parent7e5911a1ff67c1d7be58e3cb8faa456156a455ed (diff)
downloadparamiko-e034a24f87ca24171fceb9f9069149f3fc76d51b.tar.gz
Add changelog entry re #102
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd98477a..6a70e860 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ Releases
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
* for the patch.
* #116: Limit `Message.get_bytes` to an upper bound of 1MB to protect against