summaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Expand)Author
2024-01-27Merge branch '3.3' into 3.4Jeff Forcier
2024-01-27Merge branch '3.2' into 3.3Jeff Forcier
2024-01-27Merge branch '3.0' into 3.2Jeff Forcier
2024-01-27Use pytest's setup_method -- in pytest 8 the nose method setup is deprecatedAlex Gaynor
2023-12-17LintingJeff Forcier
2023-12-17Expand MessageOrderError use to handle more packet typesJeff Forcier
2023-12-17Raise exception when sequence numbers rollover during initial kexJeff Forcier
2023-12-16Test-suite-only bugfix: defer did not actually imply skip_verifyJeff Forcier
2023-12-16Reset sequence numbers on rekeyJeff Forcier
2023-12-16Enforce zero seqno on kexinitJeff Forcier
2023-12-16Raise new exception type when unexpected messages appearJeff Forcier
2023-12-16Sort some importsJeff Forcier
2023-12-15Basic strict-kex-mode agreement mechanics workJeff Forcier
2023-12-15Merge branch '3.2' into 3.3Jeff Forcier
2023-12-15Make ext-info faux-KexAlgorithm detection more robustJeff Forcier
2023-12-15Document a test util func a bitJeff Forcier
2023-07-28Docs cleanup and an apparently non loadbearing test typo, re #1907Jeff Forcier
2023-07-21tests - additional test for match-finalMarkus Kötter
2023-06-29config - implement Match finalMarkus Koetter
2023-06-02Make test for prefetch requests limit stableKlemens Schölhorn
2023-06-02Add test for prefetch request limitBenjamin C Winston (Technical Operations)
2023-05-26Update GSS tests to leverage util._support for finding fixture keysJeff Forcier
2023-05-25blackenJeff Forcier
2023-05-25Re-run regular Transport test suite with new experimental subclass tooJeff Forcier
2023-05-25Test rest of new/modified PKey membersJeff Forcier
2023-05-24TODOs for laterJeff Forcier
2023-05-24Test PKey.from_path's use of expanduserJeff Forcier
2023-05-24test-related TODOJeff Forcier
2023-05-24TODO/tweak to PKey.__repr__Jeff Forcier
2023-05-24AuthStrategy get_sources doesn't need transport arg anymoreJeff Forcier
2023-05-24Fix a couple minor-but-critical Agent issues wrt SHA2 + certsJeff Forcier
2023-05-22Test AuthStrategy itselfJeff Forcier
2023-05-22Test AuthFailureJeff Forcier
2023-05-22Test AuthResultJeff Forcier
2023-05-22Test existing AuthSource class treeJeff Forcier
2023-05-22Start testing AuthStrategyJeff Forcier
2023-05-22Docstring tweak, import sortJeff Forcier
2023-05-18Test AgentKey.asbytesJeff Forcier
2023-05-18Test more of recent AgentKey additionsJeff Forcier
2023-05-18Implement _fields on AgentKey so __eq__ works correctlyJeff Forcier
2023-05-18Made PKey.from_path cert-aware & tilde-friendlyJeff Forcier
2023-05-18Migrate cert related tests to newer pkey moduleJeff Forcier
2023-05-18Twiddle RSA signature algorithm fallback behavior in AuthOnlyHandlerJeff Forcier
2023-05-18Modernize auth tests to use shared server managerJeff 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-05Enhance PKey.from_path and test it betterJeff Forcier
2023-05-05Migrate rest of main keys and update suite to be more pytest-relaxed compatJeff Forcier