diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 08:14:06 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 08:14:06 -0400 |
commit | d7fe051087fc9bd31dc0c42da63b3ae4852f6d2d (patch) | |
tree | 4a428551d84b103ff52626659671f8682ede3291 | |
parent | f8036d69ff425b81b7070ce91e31252c72bfe632 (diff) | |
download | paramiko-d7fe051087fc9bd31dc0c42da63b3ae4852f6d2d.tar.gz |
Changelog re #1964, #2024, #2023
-rw-r--r-- | sites/www/changelog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 358b8d8e..a7c6b2e6 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,12 @@ Changelog ========= +- :bug:`1964` (via :issue:`2024` as also reported in :issue:`2023`) + `~paramiko.pkey.PKey` instances' ``__eq__`` did not have the usual safety + guard in place to ensure they were being compared to another ``PKey`` object, + causing occasional spurious ``BadHostKeyException`` (among other things). + This has been fixed. Thanks to Shengdun Hua for the original report/patch and + to Christopher Papke for the final version of the fix. - :release:`2.9.3 <2022-03-18>` - :bug:`1963` (via :issue:`1977`) Certificate-based pubkey auth was inadvertently broken when adding SHA2 support; this has been fixed. Reported |