Commit Graph

785 Commits (73d60dbec0c1516577aa4e7a406bd20bf6458e27)
 

Author SHA1 Message Date
Roman Zeyde 96592269b6 signer: refactor a bit 9 years ago
Roman Zeyde b2d078eec6 simplify signer usage
and make less INFO loggin
9 years ago
Roman Zeyde 01dafb0ebd signer: show key ID on TREZOR screen 9 years ago
Roman Zeyde 447faf973c signer should export public key or sign a file 9 years ago
Roman Zeyde add90e3c51 signer: support armoring public keys 9 years ago
Roman Zeyde 34670c601d Fix PEP8 warnings 9 years ago
Roman Zeyde b9ba4a3082 split decoding functionality 9 years ago
Roman Zeyde 4335740abe Add experimental support for GPG signing via TREZOR
In order to use this feature, GPG "modern" (v2.1) is required [1].
Also, since TREZOR protocol does not support arbitrary long fields,
TREZOR firmware needs to be adapted  with the following patch [2],
to support signing fixed-size digests of GPG messages of arbitrary size.

[1] https://gist.github.com/vt0r/a2f8c0bcb1400131ff51
[2] https://gist.github.com/romanz/b66f5df1ca8ef15641df8ea5bb09fd47
9 years ago
Roman Zeyde 861401e89a client: make get_address() public 9 years ago
Roman Zeyde 335d050212 formats: fixup comment 9 years ago
Roman Zeyde 6e1b08c27a README: fix links 9 years ago
Roman Zeyde b3a6c76631 bump version 9 years ago
Roman Zeyde f056f1fac5 fixup lint errors 9 years ago
Roman Zeyde 716dc82312 bump version 9 years ago
Roman Zeyde 0e2a19f7ce client: fixup UT 9 years ago
Roman Zeyde 2cdbc89d28 protocol: fixup UT 9 years ago
Roman Zeyde 1022e54d6a protocol: fail gracefully on cancellation 9 years ago
Roman Zeyde ea88f425f5 protocol: fail on unsupported commands 9 years ago
Roman Zeyde 000860feaf main: add --test flag for verifying SSH configuration
https://help.github.com/articles/testing-your-ssh-connection/
9 years ago
Roman Zeyde 2a5196003e tests: update for CallException handling 9 years ago
Roman Zeyde e10b42bbb5 client: catch CallException for cancellation handling 9 years ago
Roman Zeyde b07d7e6535 server: handle IOError gracefully 9 years ago
Roman Zeyde 4838030be5 factory: add CallException type 9 years ago
Roman Zeyde c9f341a42b main: handle 'pushurl' and 'url' remote settings 9 years ago
Roman Zeyde bdd2568b2c main: log pubkey fingerprint on INFO level 9 years ago
Roman Zeyde ae20ae4a04 bump version 9 years ago
Roman Zeyde f15c2c7236 README: add trezor-git screencast 9 years ago
Roman Zeyde e6ccc324a0 main: ignore path from git remote URL
It's much easier to use single keypair per user@host
9 years ago
Roman Zeyde 7c102e435e setup: add more classifiers 9 years ago
Roman Zeyde 7f6bb12b24 bump version 9 years ago
Roman Zeyde 98e875562e main: add `trezor-git` entry point 9 years ago
Roman Zeyde 4384b93c19 main: remove unneeded use_shell parameter 9 years ago
Roman Zeyde 8a90a8cd84 main: split git from ssh 9 years ago
Roman Zeyde 1e86983782 main: split argument parser 9 years ago
Roman Zeyde c63201c90c client: show visual challenge 9 years ago
Roman Zeyde 19b00dc427 client: add logging for challenge sizes 9 years ago
Roman Zeyde aa35981980 README: add 'apt-get' to installation section 9 years ago
Roman Zeyde 8909b38107 main: use command-line for git interaction 9 years ago
Roman Zeyde 6d9aa9cb8a README: license badge is broken most of the time 9 years ago
Roman Zeyde d6532311b9 fix PEP8 & docstrings 9 years ago
Roman Zeyde 41b30b42b5 main: add git identity via "origin" remote 9 years ago
Roman Zeyde 5b0e56697f travis: add pydocstyle 9 years ago
Roman Zeyde 0e6d998b4c tox: add pydocstyle 9 years ago
Roman Zeyde 2c7fabfa35 tests: add docstrings 9 years ago
Roman Zeyde 1adccdbfe6 __init__: add docstrings 9 years ago
Roman Zeyde 04f4bbf2ac main: add docstrings 9 years ago
Roman Zeyde bbe963d0ff util: rename UTs 9 years ago
Roman Zeyde c49514754b util: add docstrings 9 years ago
Roman Zeyde 2ebefff909 server: add docstrings 9 years ago
Roman Zeyde 21e89014c9 protocol: add docstrings and replace custom exceptions 9 years ago