summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-09-24 11:03:44 -0400
committerJeff Forcier <jeff@bitprophet.org>2021-09-24 11:03:44 -0400
commit45cfb6dd7f463b26d1c13828690c809ba6a189c2 (patch)
tree3d747716d64f2b8516d62f511c4c5a52a673c7e9
parente9c80e9a63c467f01be5a67f10b55f12f6792c7f (diff)
downloadparamiko-45cfb6dd7f463b26d1c13828690c809ba6a189c2.tar.gz
Tweak changelog re: correct credit for bugfix
-rw-r--r--sites/www/changelog.rst11
1 files changed, 6 insertions, 5 deletions
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