summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-05-20 15:10:22 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-05-20 15:10:22 -0400
commitddba5762c9c0878b83fb6a7344ad24ba74af5720 (patch)
tree934dd0038e572bd4a40f75a705f0d0811f76e0c9 /sites
parent1150ed2912343cfcd83684a4515422ea06a759b1 (diff)
parent2ea2ed5430b2f5da7b6116ca336ff3c8bc99cc0e (diff)
downloadparamiko-ddba5762c9c0878b83fb6a7344ad24ba74af5720.tar.gz
Merge branch '2.9' into 2.10
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index d5bdadec..df438626 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+- bug:`1637` (via :issue:`1599`) Raise `SSHException` explicitly when blank
+ private key data is loaded, instead of the natural result of ``IndexError``.
+ This should help more bits of Paramiko or Paramiko-adjacent codebases to
+ correctly handle this class of error. Credit: Nicholas Dietz.
- :release:`2.10.5 <2022-05-16>`
- :release:`2.9.5 <2022-05-16>`
- :bug:`1933` Align signature verification algorithm with OpenSSH re: