summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-07 18:09:45 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-07 18:09:45 -0400
commita60656746edd696df78e1208d2c42647d47c808c (patch)
tree2e5a36470ed8b34f0c82644ba8881f7260b6a200
parent8298233352e220b345ea5a5d27a6ff3f98142ac4 (diff)
Changelog re #532, re #1384, closes #1258
-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 032edb44..dd00254d 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+- :feature:`532` (via :issue:`1384` and :issue:`1258`) Add support for
+ Curve25519 key exchange (aka ``curve25519-sha256@libssh.org``). Thanks to
+ Alex Gaynor and Dan Fuhry for supplying patches.
- :support:`1379` (also :issue:`1369`) Raise Cryptography dependency
requirement to version 2.5 (from 1.5) and update some deprecated uses of its
API.