Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-27 | Use pytest's setup_method -- in pytest 8 the nose method setup is deprecated | Alex Gaynor | |
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 | Test-suite-only bugfix: defer did not actually imply skip_verify | 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 | Merge branch '3.2' into 3.3 | Jeff Forcier | |
2023-12-15 | Make ext-info faux-KexAlgorithm detection more robust | Jeff Forcier | |
2023-12-15 | Document a test util func a bit | Jeff Forcier | |
2023-07-28 | Docs cleanup and an apparently non loadbearing test typo, re #1907 | Jeff Forcier | |
2023-07-21 | tests - additional test for match-final | Markus Kötter | |
2023-06-29 | config - implement Match final | Markus Koetter | |
2023-06-02 | Make test for prefetch requests limit stable | Klemens Schölhorn | |
The prefetch requests are added in a background process, so the might not be ready when the test wants to count them. Fix it by introducing a wait_for untility function that waits for a assert to pass for a specified timeout, to give the background thread the chance to start and add the prefetch requests. Also lock the prefetch lock before trying to access the extents to prevent a data race. | |||
2023-06-02 | Add test for prefetch request limit | Benjamin C Winston (Technical Operations) | |
2023-05-26 | Update GSS tests to leverage util._support for finding fixture keys | Jeff Forcier | |
Re #2245 | |||
2023-05-25 | blacken | Jeff Forcier | |
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 | |
Includes more migrations from test_pkey to pkey | |||
2023-05-24 | TODOs for later | Jeff Forcier | |
2023-05-24 | Test PKey.from_path's use of expanduser | Jeff Forcier | |
This blows up poorly when expanduser is not in use, but eh. | |||
2023-05-24 | test-related TODO | Jeff Forcier | |
2023-05-24 | TODO/tweak to PKey.__repr__ | 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 | Test AuthStrategy itself | Jeff Forcier | |
2023-05-22 | Test AuthFailure | Jeff Forcier | |
2023-05-22 | Test AuthResult | Jeff Forcier | |
2023-05-22 | Test existing AuthSource class tree | Jeff Forcier | |
Includes relevant tweaks to assorted classes | |||
2023-05-22 | Start testing AuthStrategy | Jeff Forcier | |
Plus! - Document AuthStrategy and AuthHandler modules (latter never had docs? lol) - Minor tweaks to these modules' docstrings etc - Stop comparing to __all__ in __init__.py, ugh | |||
2023-05-22 | Docstring tweak, import sort | Jeff Forcier | |
2023-05-18 | Test AgentKey.asbytes | Jeff Forcier | |
Plus related twiddling of test key files | |||
2023-05-18 | Test more of recent AgentKey additions | Jeff Forcier | |
Migrate rest of existing agent tests to new module Also make them better. Also fix AttributeError raising to not be py3.10 specific | |||
2023-05-18 | Implement _fields on AgentKey so __eq__ works correctly | Jeff Forcier | |
2023-05-18 | Made PKey.from_path cert-aware & tilde-friendly | Jeff Forcier | |
This was previously only done in SSHClient. It's not relevant for from_type_string which is aimed at ssh-agents, which tend to do their own cert loading where necessary | |||
2023-05-18 | Migrate cert related tests to newer pkey module | Jeff Forcier | |
- Merge them but also break them up. It's complicated. - Move cert files into _support - Related comments in the source as some of this is non-intuitive | |||
2023-05-18 | Twiddle RSA signature algorithm fallback behavior in AuthOnlyHandler | Jeff Forcier | |
Also includes more rearranging of AuthHandler related tests | |||
2023-05-18 | Modernize auth tests to use shared server manager | Jeff Forcier | |
Also move auth tests to be new style filename, obj naming Also allow test task module selector to see new-style test modules | |||
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 | |
Phrased in a it-passes-now fashion, but once fixed in main code path, will need changing of course. | |||
2023-05-05 | Comment updates | 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 | |
Main branch as of today: 350 passed, 21 skipped, 52 deselected, 3 warnings in 11.10s This branch as of this commit: 361 passed, 21 skipped, 52 deselected, 3 warnings in 10.51s Of those 11 "new" tests, 8 are ones I wrote (tests/pkey.py). Hard to figure out what the other 3 are given pytest-relaxed's output is very different from regular verbose pytest. oops. | |||
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 | |
- New subclass(es) for opt-in use. Most below messages refer to them, not parent classes. - In parent classes, make handler tables instance attributes for easier subclass twiddling. - Refactor Transport-level session check - Refactor Transport-level auth handler instantiation (but keep behavior the same, for now) - Add service-request handler to Transport subclass, and remove from AuthHandler subclass - Remove manual event injection from the handful of Transport auth methods which supported it. Suspect unused, don't need the extra complexity, and wasn't consistent anyways - can add back smarter later if anyone needs it. - Not bothering with gssapi at all for now as I cannot easily test it - Primarily tested against the new AuthStrategy architecture | |||
2023-05-05 | Enhance PKey a bunch | Jeff Forcier | |
- add .name to eventually replace .get_name - use that in a bunch of spots to avoid some duplication - add .identifiers classmethod to extend existing idea from ECDSAKey - add from_type_string alt constructor which uses .identifiers - use that in HostKeys (includes hopefully-minor refactoring) - no longer giving outdated init kwarg to ECDSA host key loading |