diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-05-20 15:10:08 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-05-20 15:10:08 -0400 |
commit | 2ea2ed5430b2f5da7b6116ca336ff3c8bc99cc0e (patch) | |
tree | 61354571d9fdf67947c780811abfb3080f44a933 /sites/www | |
parent | 5c11bb6e874f93f3db5c0d442e3678b1eb884580 (diff) |
Changelog closes #1637, closes #1599
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index d9836fdd..ada0d86c 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.9.5 <2022-05-16>` - :bug:`1933` Align signature verification algorithm with OpenSSH re: zero-padding signatures which don't match their nominal size/length. This |