summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-07-23 14:22:14 -0400
committerJeff Forcier <jeff@bitprophet.org>2021-07-23 14:22:14 -0400
commitfee7612f8a397d2fc0bd819401ffc3987def7f18 (patch)
treec2460156d6f662930bb8c6becc131bb08f8f39af /sites/www
parent190752aca5c96460880e99af314b501ac2178b06 (diff)
parentd546e697f94bcb1d1a0d983b2f0c509aa4f9b7b3 (diff)
Merge branch '2.6' into 2.7
Diffstat (limited to 'sites/www')
-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 f3ff0749..3582b775 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.7.2 <2020-08-30>`
- :support:`- backported` Update our CI to catch issues with sdist generation,
installation and testing.