summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-07-23 14:21:14 -0400
committerJeff Forcier <jeff@bitprophet.org>2021-07-23 14:21:14 -0400
commitd546e697f94bcb1d1a0d983b2f0c509aa4f9b7b3 (patch)
treed100d2a21f70a01c5bc9f60b4431ee438a856b50 /sites
parent450e27c07ce79c7bccbd1b0b1d9b4a011c72349a (diff)
parent291f1e668bb0d749a95d0359cfbe00fd5b1e557c (diff)
Merge branch '2.5' into 2.6
Diffstat (limited to 'sites')
-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 e664f7d4..a5415ff2 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+- :bug:`1882` Newer server-side key exchange algorithms not intended to use
+ SHA1 (``diffie-hellman-group14-sha256``, ``diffie-hellman-group16-sha512``)
+ were incorrectly using SHA1 after all, due to a bug causing them to ignore
+ the ``hash_algo`` class attribute. This has been corrected. Big thanks to
+ Benno Rice for catch & patch.
- :release:`2.6.0 <2019-06-23>`
- :feature:`1463` Add a new keyword argument to `SSHClient.connect
<paramiko.client.SSHClient.connect>` and `~paramiko.transport.Transport`,