index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-25
Re-run regular Transport test suite with new experimental subclass too
Jeff Forcier
2023-05-25
Test rest of new/modified PKey members
Jeff Forcier
2023-05-24
TODOs for later
Jeff Forcier
2023-05-24
Changelog enhancements for recent work
Jeff Forcier
2023-05-24
Test PKey.from_path's use of expanduser
Jeff Forcier
2023-05-24
Docstring tweak
Jeff Forcier
2023-05-24
test-related TODO
Jeff Forcier
2023-05-24
TODO/tweak to PKey.__repr__
Jeff Forcier
2023-05-24
More speling
Jeff Forcier
2023-05-24
AuthStrategy get_sources doesn't need transport arg anymore
Jeff Forcier
2023-05-24
Fix a couple minor-but-critical Agent issues wrt SHA2 + certs
Jeff Forcier
2023-05-22
py37 todo
Jeff Forcier
2023-05-22
Test AuthStrategy itself
Jeff Forcier
2023-05-22
Test AuthFailure
Jeff Forcier
2023-05-22
Test AuthResult
Jeff Forcier
2023-05-22
Speling
Jeff Forcier
2023-05-22
Test existing AuthSource class tree
Jeff Forcier
2023-05-22
Start testing AuthStrategy
Jeff Forcier
2023-05-22
Docstring tweak, import sort
Jeff Forcier
2023-05-22
Fix up dangling refs to aborted new doc
Jeff Forcier
2023-05-22
AuthStrategy TODOs for next feature update
Jeff Forcier
2023-05-18
Overhaul README rfc links footnote to refer to openssh
Jeff Forcier
2023-05-18
Changelog entry for signature algorithm fallback change re #2012, re #1961
Jeff Forcier
2023-05-18
Test AgentKey.asbytes
Jeff Forcier
2023-05-18
Test more of recent AgentKey additions
Jeff Forcier
2023-05-18
Implement _fields on AgentKey so __eq__ works correctly
Jeff Forcier
2023-05-18
Sick of the warnings about this and don't use it myself
Jeff Forcier
2023-05-18
Use new Invocations combo check task
Jeff Forcier
2023-05-18
Partial implementation of new AuthStrategy mechanism re #387
Jeff Forcier
2023-05-18
Made PKey.from_path cert-aware & tilde-friendly
Jeff Forcier
2023-05-18
Migrate cert related tests to newer pkey module
Jeff Forcier
2023-05-18
Twiddle RSA signature algorithm fallback behavior in AuthOnlyHandler
Jeff Forcier
2023-05-18
Modernize auth tests to use shared server manager
Jeff Forcier
2023-05-05
Start consolidating test server nonsense
Jeff Forcier
2023-05-05
Start using git-blame-ignore-revs
Jeff Forcier
2023-05-05
Allow transport tests' server to specify which class to use
Jeff Forcier
2023-05-05
Refactor pubkey algo fallback
Jeff Forcier
2023-05-05
Test proving the issue driving most use of disabled_algorithms
Jeff Forcier
2023-05-05
Comment updates
Jeff Forcier
2023-05-05
Think we need pytest.ini in the sdist now if its tests are to work when distr...
Jeff Forcier
2023-05-05
Enhance PKey.from_path and test it better
Jeff Forcier
2023-05-05
Migrate rest of main keys and update suite to be more pytest-relaxed compat
Jeff Forcier
2023-05-05
Start moving key fixtures into support folder
Jeff Forcier
2023-05-05
Opt-in overhaul to how MSG_SERVICE_REQUEST is done
Jeff Forcier
2023-05-05
Enhance AgentKey with comment, inner_key attributes
Jeff Forcier
2023-05-05
Enhance PKey a bunch
Jeff Forcier
2023-05-05
Remove outdated/bad test fixture
Jeff Forcier
2023-05-05
Fix inaccurate PKey.__init__ docstring: data is bytes, not str
Jeff Forcier
2023-05-05
Add ed25519 and ecdsa key types to hostkeys test fixtures
Jeff Forcier
2023-05-05
Add algorithm_name property to PKey
Jeff Forcier
[next]