index
:
paramiko
main
py3compat
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
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
2018-09-17
Import cleanup, mostly focused on s/tests/./
Jeff Forcier
2018-09-17
Rename util func that trips pytest's default discovery.
Jeff Forcier
2018-03-12
Initial tests proving CVE-2018-7750 / #1175
Jeff Forcier
2018-03-12
Allow overriding test client connect kwargs in Transport test suite
Jeff Forcier
2017-06-09
Allow any buffer type to be sent to Channel
Martin Packman
2017-06-05
test transport security options can be set to defaults
Pierce Lopez
2017-05-31
Additional house style formatting tweaks, mostly re: removal of line continua...
Jeff Forcier
2016-06-09
Issue #537 reproduction test and fix
Krzysztof Rusek
2016-04-22
Merge branch '1.15' into 1.16
Jeff Forcier
2016-04-22
Hack in a sleep() to avoid race conditions during timeout test.
Jeff Forcier
2015-11-03
Merge branch 'master' into 502-int
Jeff Forcier
2015-10-30
Merge branch 'master' into 596-int
Jeff Forcier
2015-03-20
Commit 838e02ab42 changed the type of the exec command string on python3
Anselm Kruis
2015-03-20
According to RFC 4254 sec 6.5 the "command" string of an "exec" channel
Anselm Kruis
2015-02-24
Expose handshake timeout in the transport API.
Olle Lundberg
2014-12-17
Suggest a MIN_WINDOW_SIZE and MIN_PACKET_SIZE
Jeff Quast
2014-12-17
Use modern api to check if event is set.
Olle Lundberg
2014-11-25
Merge upstream branch 'master' into add_sha2_support
Matthias Witte
2014-09-10
Merge branch 'master' into 216-int
Jeff Forcier
2014-09-08
Merge branch 'master' into 372-int
Jeff Forcier
2014-09-07
Convert Channel into a context manager
Michael Williamson
2014-08-15
Remove all occurences of ParamikoTest.
Olle Lundberg
2014-08-15
Strip whitespace.
Olle Lundberg
2014-08-14
Add sanitation methods for window and packet size.
Olle Lundberg
2014-08-13
Change window and packet size to match opensshs'.
Olle Lundberg
2014-07-16
Include sha2 changes in tests
Matthias Witte
2014-07-15
Fix transport test
Matthias Witte
2014-03-07
Fix import * and a bunch of PEP8 formatting
Scott Maxwell
2013-11-19
Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...
Scott Maxwell
2013-11-19
Change all exceptions to modern format (not Py2.5 compatible)
Scott Maxwell
2013-11-02
Fix some deprecation and resource warnings
Scott Maxwell
2013-11-01
Fixes for Python 2.5 and Python 3.2 support
Scott Maxwell
2013-11-01
Eliminate all uses of b'' syntax to allow for Python 2.5 support
Scott Maxwell
2013-10-31
More type conversion
Scott Maxwell
2013-10-31
More type fixups
Scott Maxwell
2013-10-30
Convert and detect types properly, use helper constants, use StringIO and range
Scott Maxwell
2013-10-30
Fix message sending
Scott Maxwell
[next]