Commit Graph

322 Commits (2eab2a152c6a4fb113926aab1ae3bf521ab6351c)

Author SHA1 Message Date
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 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 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 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 0cbb3bb9fa Merge pull request #67 from romanz/concurrent-handler
Concurrent SSH handler
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 97efdf4a45 ssh: handle connections concurrently 8 years ago
Roman Zeyde ee2f6b75dc server: log SSH version for debugging 8 years ago
Roman Zeyde 93e3c66a15 gpg: notify the user for confirmation 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 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 8265515641 gpg: fix small Python2/3 issue 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 2843cdcf41 ssh: pretty-print user name 8 years ago
Roman Zeyde bc64205a85 gpg: replace TREZOR_GPG_USER_ID usage in gpg-agent mode
Use the keygrip to find the correct public key instead.
8 years ago
Roman Zeyde f7ebb02799 isort: fix imports 8 years ago
Roman Zeyde 0ba33a5bc4 gpg: document agent responses 8 years ago
Roman Zeyde 13752ddcd5 gpg: require latest GPG version 8 years ago
Roman Zeyde 487a8e56c4 gpg: add keygrip logic into decoding 8 years ago
Roman Zeyde ef56ee4602 gpg: remove verifying logic from decoding 8 years ago
Roman Zeyde ae381a38e5 gpg: export keygrips from protocol 8 years ago
Roman Zeyde 446ec99bf4 gpg: remove complex pubkey parsing code 8 years ago
Roman Zeyde c9bc079dc9 gpg: add file:line to logging format 8 years ago
Roman Zeyde 65d2c04478 gpg: fix agent module to work with Python 3 8 years ago
Roman Zeyde 2d57bf4453 gpg: beter logging while search for GPG key 8 years ago