Commit Graph

862 Commits (c22109df24c6eb8263aa40183a016be3437b1a0c)
 

Author SHA1 Message Date
Roman Zeyde b5c4eca0d2
README: elaborate trezor/ledger usage for GPG 7 years ago
Roman Zeyde 8aa08d0862
INSTALL: remove duplicate line 7 years ago
Roman Zeyde b452b49f4c
README: note qtpass for password management 7 years ago
Roman Zeyde 639c4efb6d
README: add links to products 7 years ago
Roman Zeyde 6f1686c614
README: remove extra parentheses 7 years ago
Roman Zeyde 300d9a7140
README: update GPG screencasts and other examples 7 years ago
Roman Zeyde b143bafc70
README: remove PyPI badges 7 years ago
Roman Zeyde f2c6b6b9c1
README: move installation to a separate file 7 years ago
Roman Zeyde e0507b1508
tests: cover file-based logging case 7 years ago
Roman Zeyde 85274d8374
bump version 7 years ago
Roman Zeyde f358ca29d4
Allow loading previously exported SSH public keys from a file 7 years ago
Roman Zeyde 53d43cba29
gpg: update README after re-packaging 7 years ago
Roman Zeyde 214b556f83
ssh: simplify argparse creation 7 years ago
Roman Zeyde 051a3fd4ab
ssh: remove unused git-related code 7 years ago
Roman Zeyde 91050ee64a
ssh: remove unused git wrapper 7 years ago
Roman Zeyde 257992d04c
ssh: move related code to a separate subdirectory 7 years ago
Roman Zeyde 6c2273387d
util: extend logging.basicConfig() 7 years ago
Roman Zeyde b6ad8207ba
setup: add Python 3.6 support 7 years ago
Roman Zeyde 3a93fc859d
setup: fix indentation for lists 7 years ago
Roman Zeyde 7d9b3ff1d0
README: update device-related info 7 years ago
Roman Zeyde 4af881b3cb
Split the package into a shared library and separate per-device packages 7 years ago
Roman Zeyde eb525e1b62
gpg: simplify Python entry point and refactor Bash scripts a bit
Now there is a single 'trezor-gpg' tool, with various subcommands.
7 years ago
Roman Zeyde 02c8e729b7
ssh: retrieve all keys using a single device session 7 years ago
Roman Zeyde 12359938ad
keepkey: fix transport import 7 years ago
Roman Zeyde 93cd3e688b
travis: add Python 3.6 7 years ago
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
Tomás Rojas 0d5c3a9ca7
Allow using TREZOR bridge (instead of HID transport) 7 years ago
Roman Zeyde 97ec6b2719
travis: fix dependency 7 years ago
Roman Zeyde 8ba9be1780
fix pylint warnings 7 years ago
Roman Zeyde b2bc87c0c7
fix pydocstyle warnings 7 years ago
Timothy Hobbs d522d148ef Connection error is confusing (#105)
Hi,

I ran into this connection error:

````
> trezor-agent  timothy@localhost
2017-04-10 00:22:01,818 ERROR        Connection error: open failed                                                                        [__main__.py:130]
````

I didn't know what was going on, whether there was a problem connecting to localhost or what. I eventually logged into trezor wallet and found that there too, my device was not recognized (probably because I did not unplug it/replug it after updating the HID settings.) Unplugging it and replugging it fixed everything.
7 years ago
Roman Zeyde c796a3b01d
README: password manager usage example 7 years ago
Roman Zeyde a3362bbf3e
bump version 7 years ago
Nubis 9a271d115b
Allow contents in buffer when using _legacy_pubs 7 years ago
Roman Zeyde 6a7165298f
decode: skip invalid pubkeys (instead of crashing) 7 years ago
Roman Zeyde c4f3fa6e04
agent: reply correctly to HAVEKEY requests 7 years ago
Roman Zeyde 8a77fa519f
decode: raise an error when keygrip is missing 7 years ago
Roman Zeyde 59560ec0b0
util: add simple memoization decorator 7 years ago
Roman Zeyde 7a91196dd5
agent: add link to HAVEKEY implementation 7 years ago
Roman Zeyde 43c424a402
ssh: allow "just-in-time" connection for agent-like behaviour
This would allow launching trezor-agent into the background
during the system startup, and the connecting the device
when the cryptographic operations are required.
8 years ago
Roman Zeyde 6672ea9bc4
device: set passphrase from environment 8 years ago
Roman Zeyde 002dc2a0e0
tox: order imports 8 years ago
Roman Zeyde 61ced2808f
device: allow non-empty passphrases 8 years ago
Roman Zeyde 71a8930021
bump version 8 years ago
Roman Zeyde 74e8f21a22
gpg: export secret subkey 8 years ago
Roman Zeyde 897236d556
gpg: allow decoding secret keys 8 years ago
Roman Zeyde 5bec0e8382
README: upgrade also pip 8 years ago
Roman Zeyde 3cb7f6fd21
gpg: export secret primary key 8 years ago
Roman Zeyde cad2ec1239
device: import device-specific `defs` module lazily
It may fail on unsupported platforms (e.g. keepkeylib does not supoprt Python 3)
8 years ago
Roman Zeyde 604b2b7e99
gpg: allow GPG 2.1.11+ (to support Ubuntu 16.04 & Mint 18) 8 years ago