summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-12 13:07:23 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-12 13:07:23 -0700
commited62913ee6389bccc8b2408bf9ee25bfcdef40a4 (patch)
tree7d817677b74e80ab63d68eddeb1586525fcca698 /sites/www
parent693f5ed74db7f52526058af6103b76f605923d21 (diff)
Changelog re #1060
Diffstat (limited to 'sites/www')
-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 dbd33923..988aedac 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :bug:`1060` Fix key exchange (kex) algorithm list for GSSAPI authentication;
+ previously, the list used solely out-of-date algorithms, and now contains
+ newer ones listed preferentially before the old. Credit: Anselm Kruis.
* :bug:`1055` (also :issue:`1056`, :issue:`1057`, :issue:`1058`, :issue:`1059`)
Fix up host-key checking in our GSSAPI support, which was previously using an
incorrect API call. Thanks to Anselm Kruis for the patches.