You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-agent/trezor_agent
Tomás Rojas 26d7dd3124
Cache public keys for the duration of the agent
This saves a lot of time when connecting to multiple hosts
simultaneously (e.g., during a deploy) as every time we are asked to sign a
challenge, all public keys are iterated to find the correct one. This
can become especially slow when using the Bridge transport and/or many
identities are defined.
7 years ago
..
device Allow using TREZOR bridge (instead of HID transport) 7 years ago
gpg fix pylint warnings 7 years ago
tests Allow contents in buffer when using _legacy_pubs 7 years ago
__init__.py __init__: add docstrings 8 years ago
__main__.py Cache public keys for the duration of the agent 7 years ago
client.py ssh: decouple identity from device 8 years ago
formats.py gpg: parse curve OID from public key to select curve name 8 years ago
protocol.py Allow contents in buffer when using _legacy_pubs 7 years ago
server.py server: remove 'SSH_AUTH_SOCK=' from logging 8 years ago
util.py util: add simple memoization decorator 7 years ago