Skip to content
Snippets Groups Projects
Commit db29b1cbdb5a authored by Ethan Glasser-Camp's avatar Ethan Glasser-Camp
Browse files

Add NEWS entry

parent 8ce0a9b04d82
Branches
No related tags found
No related merge requests found
......@@ -15,6 +15,14 @@
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
<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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment