summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sites/www/changelog.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index ff05365c..833560af 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,15 @@
Changelog
=========
+* :feature:`356` (also :issue:`596`, :issue:`365`, :issue:`341`, :issue:`164`,
+ and a bunch of other duplicates besides) Add support for 256-bit SHA-2 based
+ key exchange (kex) algorithm ``diffie-hellman-group-exchange-sha256`` and
+ (H)MAC algorithm ``hmac-sha2-256``.
+
+ Thanks to the many people who submitted patches for this functionality and/or
+ assisted in testing those patches. That list includes but is not limited to,
+ and in no particular order: Matthias Witte, Dag Wieers, Ash Berlin, Etienne
+ Perot, Gert van Dijk, ``@GuyShaanan``, Aaron Bieber, and ``@cyphase``.
* :release:`1.15.3 <2015-10-02>`
* :support:`554 backported` Fix inaccuracies in the docstring for the ECDSA key
class. Thanks to Jared Hance for the patch.