summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-06 12:10:16 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-06 12:10:16 -0700
commit9d2af83f1474fd594f3dd1fea20839a9751a6a4b (patch)
tree7a65948f73271d7f6d7ec16059ba2024b3c257c4 /sites/www
parent7185d294a38dbf06a5ebebc3528c45cf18e1fdfc (diff)
Changelog re #951
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index c75b4b68..3f45334d 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :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.
* :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.