summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-09-27 17:50:25 -0700
committerJeff Forcier <jeff@bitprophet.org>2013-09-27 17:50:25 -0700
commite0b401b8d992a66efb9818e98b522c92ebe41c0f (patch)
tree87d552304bb5c2dfbc1e7276645fc727bca34f87 /NEWS
parent8ab4cbd2a0c793447b46edc26d5b794037b372bb (diff)
parenta733c428cd7d2c419d03e3fa6a230e965ed3ff47 (diff)
Merge branch '152-int' into 152-real-int
Conflicts: paramiko/hostkeys.py requirements.txt
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1649d5eb..4123b8f2 100644
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,14 @@ v1.10.3 (20th Sep 2013)
v1.11.0 (26th Jul 2013)
-----------------------
+* #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
+ <https://github.com/warner/python-ecdsa>`_ and `ecdsa on PyPI
+ <https://pypi.python.org/pypi/ecdsa>`_. 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