From a733c428cd7d2c419d03e3fa6a230e965ed3ff47 Mon Sep 17 00:00:00 2001 From: Ethan Glasser-Camp Date: Tue, 30 Apr 2013 00:25:53 -0400 Subject: [PATCH] Add NEWS entry --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 4c54c99..6bf371c 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,14 @@ Releases v1.11.0 (DD MM YYYY) -------------------- +* #152: Add tentative support for ECDSA keys. *This adds the ecdsa + module as a dependency of Paramiko.* The module is available at + `warner/python-ecdsa on Github + `_ and `ecdsa on PyPI + `_. Note that you might still + run into problems with key negotiation -- Paramiko picks the first + key that the server offers, which might not be what you have in your + known_hosts file. * #98: On Windows, when interacting with the PuTTY PAgeant, Paramiko now creates the shared memory map with explicit Security Attributes of the user, which is the same technique employed by the canonical PuTTY library to avoid