summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-04-25 08:15:06 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-04-25 08:15:06 -0400
commit47529be4385cffba6851f10e505f5683290d116e (patch)
tree0e1169c507de4a9b00ea9af7cad7656b1414b498 /sites
parent7a2c84afaada7a513ee482ba36e8848528b6f5f3 (diff)
parentd7fe051087fc9bd31dc0c42da63b3ae4852f6d2d (diff)
downloadparamiko-47529be4385cffba6851f10e505f5683290d116e.tar.gz
Merge branch '2.9' into 2.10
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index eb1e0704..21117b8f 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.
- :bug:`2035` Servers offering certificate variants of hostkey algorithms (eg
``ssh-rsa-cert-v01@openssh.com``) could not have their host keys verified by
Paramiko clients, as it only ever considered non-cert key types for that part