Commit Graph

630 Commits (a3362bbf3ebb200f9bd6030ad8a051c27e714076)
 

Author SHA1 Message Date
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
Roman Zeyde 159bd79b5f
gpg: list fingerpints explicitly during init 8 years ago
Roman Zeyde dde0b60e83 Merge pull request #87 from aceat64/bugfix/mosh
Mosh doesn't support "-l" for user, only user@host for args
8 years ago
Andrew LeCody 109bb3b47f Mosh doesn't support "-l" for user, only user@host for args 8 years ago
Roman Zeyde 0f20bfa239
README: add a note about udev 8 years ago
Roman Zeyde 798597c436
bump version 8 years ago
Roman Zeyde a13b1103f7
setup: temporary pin dependency for keepkey compatibilty 8 years ago
Roman Zeyde 9fe1a235c1
gpg: check that the configuration is in place 8 years ago
Roman Zeyde f86aae9a40
gpg: check that GnuPG v2 is installed 8 years ago
Roman Zeyde fc070e3ca0
GPG: add OS X installation link to README 8 years ago
Roman Zeyde 05fac995eb
README: add 'setup.py' installation 8 years ago
Roman Zeyde 188b74b327
gpg: use explicit '--subkey' flag for adding a subkey to an existing GPG key 8 years ago
Roman Zeyde fc31847f8e
decode: add test for custom markers 8 years ago
Roman Zeyde 0faf21a102
README: easier tag signature verification 8 years ago
Roman Zeyde 6b82f8b9b7
keyring: add test for get_agent_sock_path() 8 years ago
Roman Zeyde fabfcaaae2
keyring: fix test case for iterlines() 8 years ago
Roman Zeyde f0f89310ac
main: add '--mosh' for better SSH client 8 years ago
Roman Zeyde 47ff7c5cb3
gpg: add usage example for GPA 8 years ago
Roman Zeyde 0440025083
gpg: use explicit function to check for custom subpacket marker 8 years ago
Roman Zeyde c49fe97f63
gpg: remove unused parser for literal packets 8 years ago
Roman Zeyde 7f8abcb5c5
client: remove unused code 8 years ago
Roman Zeyde e13039e52d
gpg: remove property method and unused member variable from PublicKey 8 years ago
Roman Zeyde c420571eb8
gpg: import test coverage for protocol 8 years ago
Roman Zeyde 827119a18d
gpg: handle KILLAGENT command
so `gpg-connect-agent KILLAGENT` should stop the running agent
8 years ago
Roman Zeyde 9be6504658
util: import test coverage 8 years ago
Roman Zeyde 07cbe65875
formats: improve test coverage 8 years ago
Roman Zeyde 180120e787
README: link to trezor-ssh-agent for Windows support 8 years ago
Roman Zeyde f4ce81fa94
README: add 1.4.0-related post 8 years ago
Roman Zeyde 176bf4ef7c
README: add Hg demo 8 years ago
Roman Zeyde d22cd7512d
gpg: launch agent before starting the shell 8 years ago
Roman Zeyde 83f17704cb
server: remove 'SSH_AUTH_SOCK=' from logging 8 years ago
Roman Zeyde 92f6751ccb
README: multiple SSH identities from config file 8 years ago
Roman Zeyde abe80533eb
README: trim whitespace 8 years ago