summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-18 10:59:21 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-18 10:59:21 -0700
commit3a1d42c99942827abe92c3e15446c5091502e68f (patch)
treea4891d267c54b4e316955c9cb30a9715cc770842 /sites/www/changelog.rst
parent12efa62cf9c4190aab651f9dd61b1b176d8e07fe (diff)
parent61d1297f3c9fc1bb9e8d4f4524d287d38c56c3cf (diff)
Merge branch '2.2'
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 9f117566..b8872b87 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+* :bug:`1065` Add rekeying support to GSSAPI connections, which was erroneously
+ missing. Without this fix, any attempt to renegotiate the transport keys for
+ a ``gss-kex``-authed `~paramiko.transport.Transport` would cause a MIC
+ failure and terminate the connection. Thanks to Sebastian Deiß and Anselm
+ Kruis for the patch.
* :feature:`1063` Add a ``gss_trust_dns`` option to ``Client`` and
``Transport`` to allow explicitly setting whether or not DNS canonicalization
should occur when using GSSAPI. Thanks to Richard E. Silverman for the report