index
:
paramiko
authorized-keys
main
py3compat
reduce-demoserver-code-dup
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
test_transport.py
Age
Commit message (
Expand
)
Author
2024-02-10
Fix 32-bit-ism in protocol seqno rollover test from Terrapin fix
Jeff Forcier
2023-12-17
Linting
Jeff Forcier
2023-12-17
Expand MessageOrderError use to handle more packet types
Jeff Forcier
2023-12-17
Raise exception when sequence numbers rollover during initial kex
Jeff Forcier
2023-12-16
Reset sequence numbers on rekey
Jeff Forcier
2023-12-16
Enforce zero seqno on kexinit
Jeff Forcier
2023-12-16
Raise new exception type when unexpected messages appear
Jeff Forcier
2023-12-16
Sort some imports
Jeff Forcier
2023-12-15
Basic strict-kex-mode agreement mechanics work
Jeff Forcier
2023-12-15
Make ext-info faux-KexAlgorithm detection more robust
Jeff Forcier
2023-05-25
Re-run regular Transport test suite with new experimental subclass too
Jeff Forcier
2023-05-18
Twiddle RSA signature algorithm fallback behavior in AuthOnlyHandler
Jeff Forcier
2023-05-05
Start consolidating test server nonsense
Jeff Forcier
2023-05-05
Allow transport tests' server to specify which class to use
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
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-01-24
[DATALAD RUNCMD] Run codespell -w
Yaroslav Halchenko
2023-01-16
well that's just super()!
Jeff Forcier
2023-01-12
We live in the future now
Jeff Forcier
2023-01-11
blacken
Jeff Forcier
2023-01-09
s/mock/unittest.mock/g
Jeff Forcier
2023-01-09
py3compat.bytes -> builtin or literal depending
Jeff Forcier
2023-01-09
Migrate some byte related helpers around
Jeff Forcier
2022-04-26
replace blowfish with different cipher in test
Mike Roest
2022-04-26
Remove blowfish from transport ciphers
Mike Roest
2022-04-25
Merge branch '2.10'
Jeff Forcier
2022-04-25
Merge branch '2.9' into 2.10
Jeff Forcier
2022-04-25
threading related deprecation fixes for python 3.10
Narendra-Neerukonda
2022-04-25
Merge branch '2.10'
Jeff Forcier
2022-04-22
Add -cert-v01@openssh.com variants to accepted host key algorithms
Jeff Forcier
2022-03-25
Refactor sha1 test skipping a tad
Jeff Forcier
2022-03-21
blacken
Paul Howarth
2022-03-20
Skip tests requiring sha1 signing if the backend doesn't support that
Paul Howarth
2022-03-15
Fix Free Software Foundation address
Paul Howarth
2021-12-24
Changelog and test re #1955
Jeff Forcier
2021-12-23
Add support for RSA SHA2 host and public keys
Jeff Forcier
2021-12-09
Weird typos introduced 2 years ago, bah
Jeff Forcier
2019-06-21
Extend new algorithm disabling to compressions
Jeff Forcier
2019-06-21
Spot check use of new algorithm properties
Jeff Forcier
2019-06-21
Rename to disableD_algorithms everywhere for consistency
Jeff Forcier
2019-06-21
Basic impl of algorithm filtering
Jeff Forcier
2019-06-08
flake8 now applied to tests, huzzah
Jeff Forcier
2019-06-08
Clean up shitty old test names of form test_[9-0A-Z]+_.*
Jeff Forcier
2018-09-18
Fix and changelog re #1283
Jeff Forcier
2018-09-18
Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itself
Jeff Forcier
2018-09-17
Blacken 2.0 with black 18.6b4
Jeff Forcier
2018-09-17
Mark known slow tests as 'slow' pytest marker, and skip them by default
Jeff Forcier
[next]