diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-09-18 10:58:57 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-18 10:58:57 -0700 |
commit | 61d1297f3c9fc1bb9e8d4f4524d287d38c56c3cf (patch) | |
tree | cc77d28f6be7ea4dcabaaa35c6c85eaa9553f27e | |
parent | 8f4b1771ff397f5dce6ed6462c992c41e1cd2c33 (diff) |
Changelog re #1065
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index bc88ec64..aebf21f1 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. * :bug:`1061` Clean up GSSAPI authentication procedures so they do not prevent normal fallback to other authentication methods on failure. (In other words, presence of GSSAPI functionality on a target server precluded use of _any_ |