Commit Graph

210 Commits (6f6e7c0bccfa4c73f33462cfaab69deff9724292)

Author SHA1 Message Date
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 ca507126d6 gpg: use new device package (instead of factory) 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 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 93e3c66a15 gpg: notify the user for confirmation 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 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 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
Roman Zeyde 79b6d31dfe gpg: raise proper exception when keygrip mismatch is detected 8 years ago
Roman Zeyde 7de88a3980 gpg: add comment for stopping current gpg-agent 8 years ago
Roman Zeyde d236f4667e gpg: allow Curve25519 for ECDH 8 years ago
Roman Zeyde 42813ddbb4 gpg: parse curve OID from public key to select curve name 8 years ago
Roman Zeyde 8f19690943 gpg: support Curve25519 for creating encryption subkeys 8 years ago
Roman Zeyde 5047805385 gpg: move HardwareSigner to device module 8 years ago
Roman Zeyde 915b326da7 gpg: simplify AgentSigner and move to keyring module 8 years ago
Roman Zeyde e3286a4510 gpg: don't clear the session after PIN is entered
This would allow single PIN entry when running multiple GPG commands.
8 years ago
Roman Zeyde fcd5671626 Handle keyinfo request (#44)
gpg: handle KEYINFO request

See https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=agent/command.c;h=9522f898997e95207d59122d056f0f0be03ccecb;hb=6bee88dd067e03e7767ceacf6a849d9ba38cc11d#l1027 for more details.
8 years ago
Roman Zeyde 18be290bd6 Merge branch 'fix_agent' of https://github.com/Solution4Future/trezor-agent into Solution4Future-fix_agent 8 years ago
Roman Zeyde 784e14647a Merge branch 'master' into HEAD
Conflicts:
	trezor_agent/factory.py
8 years ago
Dominik Kozaczko cf27b345f6
better handling of keepkey dependency; fixes #36 8 years ago
Dominik Kozaczko 3aebd137b0
removed .decode('ascii') and added missing bytestrings 8 years ago
Roman Zeyde 96eede9c83 Merge branch 'np-encode-subpackets' 8 years ago
Roman Zeyde 91146303a3 Follow GPG implementation for subpacket prefix encoding.
Conflicts:
	trezor_agent/gpg/protocol.py
8 years ago
Roman Zeyde 17c8bd0e92 gpg: add experimental warning 8 years ago
Nicolas Pouillard 016e864503
Attempt at fixing issue #32 8 years ago
Roman Zeyde 57e09248db Merge pull request #31 from romanz/master
Update ledger branch with the latest changes from master branch
8 years ago
Nicolas Pouillard adcbe6e7b2
gpg/decode/parse_subpackets: parse subpacket length according to RFC 8 years ago
Roman Zeyde 05fada91d2 gpg: use gpgconf to get correct GPG agent UNIX socket path 8 years ago