summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-01 16:04:58 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-01 16:04:58 -0800
commit66ff4deabbd1c14df3fd2d8729107d904c30c7d5 (patch)
treeb0c55884f49275afbb420c1935df2953ded7c183
parentaeb28073e95557122d7325f7addac9eca7b07e7f (diff)
downloadparamiko-596-int.tar.gz
Changelog closes #356, closes #596.596-int
Will expand to include SHA512 stuff if I merge that prior to release.
-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.