summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-05-20 15:10:35 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-05-20 15:10:35 -0400
commit2b32b402c5f574699fe43b4d6b6f2b645e26849e (patch)
treee02305b079b22c334ec2624063f93be099b7857e /sites
parent50d33223f9ec9e308a3fda519b36f78be859c4bc (diff)
parentddba5762c9c0878b83fb6a7344ad24ba74af5720 (diff)
downloadparamiko-2b32b402c5f574699fe43b4d6b6f2b645e26849e.tar.gz
Merge branch '2.10' into 2.11
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 29754bc3..920bca10 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.11.0 <2022-05-16>`
- :release:`2.10.5 <2022-05-16>`
- :release:`2.9.5 <2022-05-16>`