1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-04 13:02:47 -05:00

New test script 'agenttest.py' for testing Pageant.

Well, actually, two new test programs. agenttest.py is the actual
test; it depends on agenttestgen.py which generates a collection of
test private keys, using the newly exposed testcrypt interface to our
key generation code.

In this commit I've also factored out some Python SSH marshalling code
from cryptsuite, and moved it into a module ssh.py which the agent
tests can reuse.
This commit is contained in:
Simon Tatham
2020-01-09 02:37:58 +00:00
parent d30387c780
commit 8c7b0a787f
5 changed files with 454 additions and 26 deletions

14
test/agenttestdata.py Normal file

File diff suppressed because one or more lines are too long