summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-05 19:38:04 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-05 19:38:04 -0700
commit084f480e1810ad0aa36195b32e77345a5fbf0916 (patch)
tree20b8690f61750e8d4f1dc850ec6fd4d55483cbd3 /sites
parentaac89b5127675b8b8100eba08b397c913c752ea0 (diff)
parent1ffccb0efe829de4aa81a2bcce446d67918cab1c (diff)
Merge branch '2.1'
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index e81dc69a..a4883c23 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+* :bug:`794` (via :issue:`981`) Prior support for ``ecdsa-sha2-nistp(384|521)``
+ algorithms didn't fully extend to covering host keys, preventing connection
+ to hosts which only offer these key types and no others. This is now fixed.
+ Thanks to ``@ncoult`` and ``@kasdoe`` for reports and Pierce Lopez for the
+ patch.
* :feature:`325` (via :issue:`972`) Add Ed25519 support, for both host keys
and user authentication. Big thanks to Alex Gaynor for the patch.
* :support:`974 backported` Overhaul the codebase to be PEP-8, etc, compliant