Commit Graph

76 Commits (d47741e9ab5af5307088937b4a4bfadfde332282)

Author SHA1 Message Date
Roman Zeyde d47741e9ab trezor: __init__ should be short 9 years ago
Roman Zeyde 88e60b4338 util: move to_ascii() from __main__ 9 years ago
Roman Zeyde b7a1dd61ea trezor: rename kwarg to 'label' 9 years ago
Roman Zeyde 0e28873e0a trezor: move into subpackage 9 years ago
Roman Zeyde 241b342f43 trezor: split trezorlib-specific code 9 years ago
Roman Zeyde 91d0905364 main: remove unneeded keyword argument 9 years ago
Roman Zeyde 784357238a trezor: show BTC address on device 9 years ago
Roman Zeyde 0a94134d8a main: simplify verification 9 years ago
Roman Zeyde fb89909146 main: fixup verification 9 years ago
Roman Zeyde 838df004f0 trezor: fix protocol defaults 9 years ago
Roman Zeyde 211c989b1a server: improve coverage 9 years ago
Roman Zeyde 6427ded731 tests: add protocol UT 9 years ago
Roman Zeyde b634d7cdb9 trezor: fix typo 9 years ago
Roman Zeyde d403e58be0 trezor: refactor protobuf specific code 9 years ago
Roman Zeyde 622363c1f1 tests: add server UT 9 years ago
Roman Zeyde c367a1bd9d fix PEP8 9 years ago
Roman Zeyde cf572c7417 trezor: fixup sign_identity API 9 years ago
Roman Zeyde 362c2870ad formats: fixup typo 9 years ago
Roman Zeyde 524df20ad6 main: integration identity verification 9 years ago
Roman Zeyde 2ce448f736 formats: split serialization from decompression 9 years ago
Roman Zeyde 38136e76d5 main: rename entry point 9 years ago
Roman Zeyde 85e0cf903e formats: use curve as function argument 9 years ago
Roman Zeyde e54fda332e trezor: fix assertions 9 years ago
Roman Zeyde e7585170ae fix Py3k issues 9 years ago
Roman Zeyde b6d0efef9f fix PEP8 9 years ago
Roman Zeyde 709782cb41 tests: add a bit 9 years ago
Roman Zeyde 1a42dbc46d server: disable traceback 9 years ago
Roman Zeyde 86b166ba08 formats: refactor parsing code 9 years ago
Roman Zeyde b7cc276259 main: fix invocation via ssh 9 years ago
Roman Zeyde b3ccb4c729 __main__: move entry point 9 years ago
Roman Zeyde e1e4a6b93e trezor: verify public key correctness 9 years ago
Roman Zeyde 00730069e7 formats: remove magic byte 9 years ago
Roman Zeyde 0c21e33324 trezor: keep session on 9 years ago
Roman Zeyde 1c6b949fe9 formats: log fingerprint for export 9 years ago
Roman Zeyde 7d2b9cf820 agent: allow identity label specification 9 years ago
Roman Zeyde 1296669512 trezor-agent: improve gitconfig parsing 9 years ago
Roman Zeyde 71fde5e704 trezor: fix confirmation message 9 years ago
Roman Zeyde cdaf4cad36 trezor-agent: add invalid value for assertion 9 years ago
Roman Zeyde 63990bf698 trezor: show identity.path at challenge_visual
It won't be signed when using SSH-agent mode.
9 years ago
Roman Zeyde ccdf37d371 trezor-agent: refactor identity_from_gitconfig() a bit 9 years ago
Roman Zeyde df4f3a1b19 trezor-agent: automatic support for git identity
The agent uses local 'git config', and chooses the url marked as "trezor = true".
9 years ago
Roman Zeyde 04afefcba2 protocol: verify EOF after parsing at sign_message() 9 years ago
Roman Zeyde bd22d7512b trezor: refactor label parsing and handling 9 years ago
Roman Zeyde 4562d64714 agent: small fixes 9 years ago
Roman Zeyde ee01781ebe agent: add --shell and --connect flags
--shell: opens $SHELL as subprocess
--connect: connect via SSH to specified identity's host
9 years ago
Roman Zeyde 8273cc89f8 agent: fix argument parser 9 years ago
Roman Zeyde 93bac8b011 server: don't use shell=True on default 9 years ago
Roman Zeyde dcfc88c7e1 trezor-agent: use single identity per invocation 9 years ago
Roman Zeyde 8c82480c34 trezor-agent: remove __main__ part 9 years ago
Roman Zeyde 7f0424d29a trezor-agent: require at least 1 identity 9 years ago