Skip to content
Snippets Groups Projects
Commit 000487142baa authored by Jeff Forcier's avatar Jeff Forcier
Browse files

Changelog closes #1637, closes #1599

parent 91d6f61f5a44
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
Changelog 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>` - :release:`2.9.5 <2022-05-16>`
- :bug:`1933` Align signature verification algorithm with OpenSSH re: - :bug:`1933` Align signature verification algorithm with OpenSSH re:
zero-padding signatures which don't match their nominal size/length. This zero-padding signatures which don't match their nominal size/length. This
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment