From 45cfb6dd7f463b26d1c13828690c809ba6a189c2 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 24 Sep 2021 11:03:44 -0400 Subject: Tweak changelog re: correct credit for bugfix --- sites/www/changelog.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sites/www/changelog.rst') diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index d06d6ffb..dea7f205 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,11 +2,12 @@ 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. +- :bug:`1462` (via :issue:`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 ``@miverson`` for the report and to Benno Rice + for the patch. - :release:`2.5.1 <2019-06-23>` - :release:`2.4.3 <2019-06-23>` - :bug:`1306` (via :issue:`1400`) Fix Ed25519 key handling so certain key -- cgit v1.2.3