Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
paramiko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
paramiko
Commits
0bb47bff2e5e
Commit
0bb47bff2e5e
authored
2 years ago
by
Jeff Forcier
Browse files
Options
Downloads
Plain Diff
Merge branch '2.10' into 2.11
parents
2da6107d2404
01adba0cba0e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sites/www/changelog.rst
+5
-5
5 additions, 5 deletions
sites/www/changelog.rst
with
5 additions
and
5 deletions
sites/www/changelog.rst
+
5
−
5
View file @
0bb47bff
...
...
@@ -9,11 +9,11 @@
errors (though we hasten to remind everyone that Client and Transport have
their own ``.close()`` methods for use in non-error situations!). Patch
courtesy of ``@YoavCohen``.
- 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>`
- bug:`1637` (via :issue:`1599`) Raise `
~paramiko.ssh_exception.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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment