summaryrefslogtreecommitdiffhomepage
path: root/tests/test_transport.py
AgeCommit message (Expand)Author
2023-05-25Re-run regular Transport test suite with new experimental subclass tooJeff Forcier
2023-05-18Twiddle RSA signature algorithm fallback behavior in AuthOnlyHandlerJeff Forcier
2023-05-05Start consolidating test server nonsenseJeff Forcier
2023-05-05Allow transport tests' server to specify which class to useJeff Forcier
2023-05-05Test proving the issue driving most use of disabled_algorithmsJeff Forcier
2023-05-05Comment updatesJeff Forcier
2023-05-05Migrate rest of main keys and update suite to be more pytest-relaxed compatJeff Forcier
2023-05-05Start moving key fixtures into support folderJeff Forcier
2023-05-05Opt-in overhaul to how MSG_SERVICE_REQUEST is doneJeff Forcier
2023-01-24[DATALAD RUNCMD] Run codespell -wYaroslav Halchenko
2023-01-16well that's just super()!Jeff Forcier
2023-01-12We live in the future nowJeff Forcier
2023-01-11blackenJeff Forcier
2023-01-09s/mock/unittest.mock/gJeff Forcier
2023-01-09py3compat.bytes -> builtin or literal dependingJeff Forcier
2023-01-09Migrate some byte related helpers aroundJeff Forcier
2022-04-26replace blowfish with different cipher in testMike Roest
2022-04-26Remove blowfish from transport ciphersMike Roest
2022-04-25Merge branch '2.10'Jeff Forcier
2022-04-25Merge branch '2.9' into 2.10Jeff Forcier
2022-04-25threading related deprecation fixes for python 3.10Narendra-Neerukonda
2022-04-25Merge branch '2.10'Jeff Forcier
2022-04-22Add -cert-v01@openssh.com variants to accepted host key algorithmsJeff Forcier
2022-03-25Refactor sha1 test skipping a tadJeff Forcier
2022-03-21blackenPaul Howarth
2022-03-20Skip tests requiring sha1 signing if the backend doesn't support thatPaul Howarth
2022-03-15Fix Free Software Foundation addressPaul Howarth
2021-12-24Changelog and test re #1955Jeff Forcier
2021-12-23Add support for RSA SHA2 host and public keysJeff Forcier
2021-12-09Weird typos introduced 2 years ago, bahJeff Forcier
2019-06-21Extend new algorithm disabling to compressionsJeff Forcier
2019-06-21Spot check use of new algorithm propertiesJeff Forcier
2019-06-21Rename to disableD_algorithms everywhere for consistencyJeff Forcier
2019-06-21Basic impl of algorithm filteringJeff Forcier
2019-06-08flake8 now applied to tests, huzzahJeff Forcier
2019-06-08Clean up shitty old test names of form test_[9-0A-Z]+_.*Jeff Forcier
2018-09-18Fix and changelog re #1283Jeff Forcier
2018-09-18Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itselfJeff Forcier
2018-09-17Blacken 2.0 with black 18.6b4Jeff Forcier
2018-09-17Mark known slow tests as 'slow' pytest marker, and skip them by defaultJeff Forcier
2018-09-17Import cleanup, mostly focused on s/tests/./Jeff Forcier
2018-09-17Rename util func that trips pytest's default discovery.Jeff Forcier
2018-03-12Initial tests proving CVE-2018-7750 / #1175Jeff Forcier
2018-03-12Allow overriding test client connect kwargs in Transport test suiteJeff Forcier
2017-06-09Allow any buffer type to be sent to ChannelMartin Packman
2017-06-05test transport security options can be set to defaultsPierce Lopez
2017-05-31Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier
2016-06-09Issue #537 reproduction test and fixKrzysztof Rusek
2016-04-22Merge branch '1.15' into 1.16Jeff Forcier
2016-04-22Hack in a sleep() to avoid race conditions during timeout test.Jeff Forcier