Commit Graph

691 Commits (e922f45871bcfc82fef3db6e0b8e6e6a31d79c28)
 

Author SHA1 Message Date
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
Roman Zeyde de51665c71
bump version 8 years ago
Roman Zeyde c30e5f5a67
gpg: add optional arguments to `gpg-shell` 8 years ago
Roman Zeyde 2eab2a152c
device: verify keepkey constraints 8 years ago
Roman Zeyde 5e93d97be3
Merge branch 'ssh-ids' 8 years ago
Roman Zeyde 4c8fcd6714
ssh: use special UNIX socket name 8 years ago
Roman Zeyde ee593bc66e
gpg: show user ID on a single line 8 years ago
Roman Zeyde dbed773e54
fix pylint and tests 8 years ago
Roman Zeyde ac4a86d312
ssh: remove git utility 8 years ago
Roman Zeyde 021831073e
ssh: simple support for multiple public keys loading 8 years ago
Roman Zeyde 6a5acba0b0
gpg: decouple identity from device 8 years ago
Roman Zeyde 9123cef810
ssh: decouple identity from device 8 years ago
Roman Zeyde 6f6e7c0bcc
device: allow loading identities from a file (instead of argument) 8 years ago
Roman Zeyde 47ff081525
bump version 8 years ago
Roman Zeyde 6d53baafe2
setup: add 'device' package 8 years ago
Roman Zeyde 317b672add
setup: support Python 3.5 8 years ago
Roman Zeyde 9964c200ff
travis: install keepkey from GitHub 8 years ago
Roman Zeyde 75405b4944
gpg: allow PIN entry before starting GPG shell 8 years ago
Roman Zeyde e74b9c77af
gpg: rename gpg.device into gpg.client 8 years ago
Roman Zeyde c2158947c8
Merge branch 'refactor-device' 8 years ago
Roman Zeyde e39d5025d5 travis: use pip to install trezor-agent 8 years ago
Roman Zeyde efdb9fcfb5 gpg: fix bytes/str issue with GPG user ID 8 years ago
Roman Zeyde a20b1ed2a8 factory: remove obsolete code 8 years ago
Roman Zeyde ca507126d6 gpg: use new device package (instead of factory) 8 years ago
Roman Zeyde 0f79b5ff2e ssh: use new device package (instead of factory) 8 years ago
Roman Zeyde 946ab633d4 device: move device-related code into a separate package 8 years ago
Roman Zeyde 4108c9287f
bump version 8 years ago
Roman Zeyde d9cb75e95d
gpg: use `which gpg2` for 'gpg.program' git configuration
This enables git-cola support TREZOR-based commit signatues,
together with "cola.signcommits=true" setting.
8 years ago
Roman Zeyde 2cecd2ed08
pylint: enable "fixme" 8 years ago
Roman Zeyde 05f40085b2
gpg: remove spurious space 8 years ago
Roman Zeyde c7346d621d
gpg: use policy URI subpacket for marking our public keys
keybase.io does not support experimental/private subpacket IDs
8 years ago
Roman Zeyde 0342b39465
gpg: allow setting key creation timestamp 8 years ago
Roman Zeyde fa6d8564b9
gpg: use SHA-512 as default hash for signatures 8 years ago
Roman Zeyde e09712c793 gpg: add OS X support for gpg-init 8 years ago
Roman Zeyde 0cbb3bb9fa Merge pull request #67 from romanz/concurrent-handler
Concurrent SSH handler
8 years ago
Roman Zeyde d7a6641ffa gpg: update screencasts 8 years ago
Roman Zeyde 6fe89241c4 Merge branch 'auto-spawn-agent' 8 years ago
Roman Zeyde c5262d075b gpg: use 'gpg-agent.conf' to configure trezor-gpg-agent
currently support logfile and logging verbosity
8 years ago
Roman Zeyde 683d24f4eb gpg: use gpg.conf to automatically spawn trezor-gpg-agent 8 years ago
Roman Zeyde 921e2954c1 gpg: support more digests (with larger output than 256 bits)
NIST256 signs the prefix of a longer digest.
Ed25519 signs the whole one.
8 years ago