summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-06 13:30:09 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-06 13:30:09 -0700
commit947bd10f451f8a0249fdd8e234429f8a657c60ae (patch)
tree1019335ff54230f6dc3c1a00f89a73b50ad8e1f9 /sites/www
parenta5db6e52f300b27ed5d6b7f9dc7538c6a6fba302 (diff)
Note ecdh-sha2 preferred-kex placement in changelog entry for #951, re #983
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index cb36dba1..e4a66356 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -15,7 +15,9 @@ Changelog
long-standing gotcha for unaware users.
* :feature:`951` Add support for ECDH key exchange (kex), specifically the
algorithms ``ecdh-sha2-nistp256``, ``ecdh-sha2-nistp384``, and
- ``ecdh-sha2-nistp521``. Thanks to Shashank Veerapaneni for the patch.
+ ``ecdh-sha2-nistp521``. They now come before the older ``diffie-hellman-*``
+ family of kex algorithms in the preferred-kex list. Thanks to Shashank
+ Veerapaneni for the patch & Pierce Lopez for a follow-up.
* :support:`- backported` A big formatting pass to clean up an enormous number
of invalid Sphinx reference links, discovered by switching to a modern,
rigorous nitpicking doc-building mode.