Commit Graph

763 Commits (29aaf777ad3b37283d79922a3408dc5d028cb3e3)
 

Author SHA1 Message Date
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
Roman Zeyde 3f784289d8 gpg: allow setting CURVE from environment 8 years ago
Roman Zeyde 04d790767d gpg: don't fail on non-zero shell exit code 8 years ago
Roman Zeyde 97efdf4a45 ssh: handle connections concurrently 8 years ago
Roman Zeyde ee2f6b75dc server: log SSH version for debugging 8 years ago
Roman Zeyde a26f0ea034 README: make tag example clearer 8 years ago
Roman Zeyde a68f1e5c26 gpg: update README for easier usage 8 years ago
Roman Zeyde 93e3c66a15 gpg: notify the user for confirmation 8 years ago
Roman Zeyde 44eaaa6b9c gpg: don't spawn gpg-shell automatically 8 years ago
Roman Zeyde b83d4960e7 gpg: run gpg-shell in verbose mode 8 years ago
Roman Zeyde 75fe7b4e05 gpg: improve shell helper scripts
- explicit trust configuration
- less debug prints
8 years ago
Roman Zeyde 742136b22d gpg: add helper scripts 8 years ago
Roman Zeyde 513e99dd57 server: refactor server_thread() to decouple it from handle_connection() 8 years ago
Roman Zeyde 1bd6775c35 gpg: replace -s flag by implicit adding to existing GPG key 8 years ago
Roman Zeyde aaade1737f gpg: comment about digest size 8 years ago
Roman Zeyde fe185c190e ledger: move factory-related code to a separate file 8 years ago
Roman Zeyde 1bc0165368 setup: update trezorlib dependency 8 years ago
Roman Zeyde 0f841ffbc4 factory: add Python 3 support for Ledger 8 years ago
Roman Zeyde b2942035a3 gpg: skip "progress" status messages 8 years ago
Roman Zeyde 215b64f253 gpg: fix comment 8 years ago
Roman Zeyde 79e68b29c2 bump version 8 years ago
Roman Zeyde 8265515641 gpg: fix small Python2/3 issue 8 years ago
Roman Zeyde 749799845d bump version 8 years ago
Roman Zeyde eaea35003e gpg: remove unused function (_time_format) 8 years ago
Roman Zeyde eefb38ce83 gpg: remove unused function (_verify_keygrip) 8 years ago
Roman Zeyde 0730eb7223 gpg: use same logging configuration as in SSH 8 years ago
Roman Zeyde 5b61702205 gpg: don't crash gpg-agent on error 8 years ago
Roman Zeyde 0ad0ca3b9a README: add a note about SSH incompatible options 8 years ago
Roman Zeyde 2843cdcf41 ssh: pretty-print user name 8 years ago