Roman Zeyde
|
bc64205a85
|
gpg: replace TREZOR_GPG_USER_ID usage in gpg-agent mode
Use the keygrip to find the correct public key instead.
|
2016-10-18 18:05:51 +03:00 |
|
Roman Zeyde
|
f7ebb02799
|
isort: fix imports
|
2016-10-18 12:10:28 +03:00 |
|
Roman Zeyde
|
0ba33a5bc4
|
gpg: document agent responses
|
2016-10-18 12:08:28 +03:00 |
|
Roman Zeyde
|
13752ddcd5
|
gpg: require latest GPG version
|
2016-10-18 12:05:44 +03:00 |
|
Roman Zeyde
|
487a8e56c4
|
gpg: add keygrip logic into decoding
|
2016-10-17 23:30:50 +03:00 |
|
Roman Zeyde
|
ef56ee4602
|
gpg: remove verifying logic from decoding
|
2016-10-17 23:08:16 +03:00 |
|
Roman Zeyde
|
ae381a38e5
|
gpg: export keygrips from protocol
|
2016-10-17 22:57:40 +03:00 |
|
Roman Zeyde
|
446ec99bf4
|
gpg: remove complex pubkey parsing code
|
2016-10-17 22:51:11 +03:00 |
|
Roman Zeyde
|
c9bc079dc9
|
gpg: add file:line to logging format
|
2016-10-17 11:58:03 +03:00 |
|
Roman Zeyde
|
65d2c04478
|
gpg: fix agent module to work with Python 3
|
2016-10-17 11:47:22 +03:00 |
|
Roman Zeyde
|
2d57bf4453
|
gpg: beter logging while search for GPG key
|
2016-10-17 11:46:58 +03:00 |
|
Roman Zeyde
|
79b6d31dfe
|
gpg: raise proper exception when keygrip mismatch is detected
|
2016-10-17 11:08:06 +03:00 |
|
Roman Zeyde
|
7de88a3980
|
gpg: add comment for stopping current gpg-agent
|
2016-10-16 22:40:16 +03:00 |
|
Roman Zeyde
|
d236f4667e
|
gpg: allow Curve25519 for ECDH
|
2016-10-15 16:10:16 +03:00 |
|
Roman Zeyde
|
42813ddbb4
|
gpg: parse curve OID from public key to select curve name
|
2016-10-15 16:10:16 +03:00 |
|
Roman Zeyde
|
8f19690943
|
gpg: support Curve25519 for creating encryption subkeys
|
2016-10-15 16:10:16 +03:00 |
|
Roman Zeyde
|
5047805385
|
gpg: move HardwareSigner to device module
|
2016-10-15 16:10:16 +03:00 |
|
Roman Zeyde
|
915b326da7
|
gpg: simplify AgentSigner and move to keyring module
|
2016-10-15 15:57:45 +03:00 |
|
Roman Zeyde
|
e3286a4510
|
gpg: don't clear the session after PIN is entered
This would allow single PIN entry when running multiple GPG commands.
|
2016-10-11 08:43:39 +03:00 |
|
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.
|
2016-10-04 23:11:12 +03:00 |
|
Roman Zeyde
|
18be290bd6
|
Merge branch 'fix_agent' of https://github.com/Solution4Future/trezor-agent into Solution4Future-fix_agent
|
2016-10-04 11:16:56 +03:00 |
|
Roman Zeyde
|
784e14647a
|
Merge branch 'master' into HEAD
Conflicts:
trezor_agent/factory.py
|
2016-10-04 10:37:52 +03:00 |
|
Dominik Kozaczko
|
cf27b345f6
|
better handling of keepkey dependency; fixes #36
|
2016-10-01 12:30:00 +02:00 |
|
Dominik Kozaczko
|
3aebd137b0
|
removed .decode('ascii') and added missing bytestrings
|
2016-10-01 10:02:46 +02:00 |
|
Roman Zeyde
|
96eede9c83
|
Merge branch 'np-encode-subpackets'
|
2016-09-28 17:27:48 +03:00 |
|
Roman Zeyde
|
91146303a3
|
Follow GPG implementation for subpacket prefix encoding.
Conflicts:
trezor_agent/gpg/protocol.py
|
2016-09-28 17:26:50 +03:00 |
|
Roman Zeyde
|
17c8bd0e92
|
gpg: add experimental warning
|
2016-09-11 23:06:47 +03:00 |
|
Nicolas Pouillard
|
016e864503
|
Attempt at fixing issue #32
|
2016-09-06 00:45:51 +02:00 |
|
Roman Zeyde
|
57e09248db
|
Merge pull request #31 from romanz/master
Update ledger branch with the latest changes from master branch
|
2016-09-05 22:28:07 +03:00 |
|
Nicolas Pouillard
|
adcbe6e7b2
|
gpg/decode/parse_subpackets: parse subpacket length according to RFC
|
2016-09-05 17:13:33 +02:00 |
|
Roman Zeyde
|
05fada91d2
|
gpg: use gpgconf to get correct GPG agent UNIX socket path
|
2016-08-15 21:54:01 +03:00 |
|
Roman Zeyde
|
27a3fddfa2
|
gpg: add a note about restoring GPG keys with --time command-line flag
|
2016-08-15 21:39:34 +03:00 |
|
Roman Zeyde
|
030ae4c3f6
|
gpg: include unsupport hash algorithm ID in exception message
|
2016-08-13 10:06:52 +03:00 |
|
Roman Zeyde
|
c4bbac0e77
|
util: move BIP32 address related functions
|
2016-08-11 22:30:59 +03:00 |
|
Roman Zeyde
|
45f6f1a3d8
|
gpg: allow setting GPG home directory via $GNUPGHOME
|
2016-08-05 13:48:47 +03:00 |
|
Roman Zeyde
|
c4c56b9faf
|
gpg: no support for empty user_id
|
2016-08-05 11:57:12 +03:00 |
|
Roman Zeyde
|
82e08d073b
|
gpg: rename proto -> protocol
|
2016-07-26 19:37:42 +03:00 |
|
Roman Zeyde
|
8ab0908388
|
proto: don't hardcode name length
|
2016-07-26 17:59:06 +03:00 |
|
Roman Zeyde
|
295d52ef10
|
gpg: move 'iterlines' to keyring
|
2016-07-26 17:50:49 +03:00 |
|
Roman Zeyde
|
8a51099488
|
gpg: remove unused "sign_message"
|
2016-07-26 17:42:14 +03:00 |
|
Roman Zeyde
|
f4dd1eacdd
|
gpg: allow parsing multiple keys
|
2016-07-26 17:35:07 +03:00 |
|
Roman Zeyde
|
b9b7b8dafd
|
gpg: re-structure public key packets for easier parsing
|
2016-07-22 23:14:25 +03:00 |
|
Roman Zeyde
|
744696fdee
|
gpg: decode user_attribute packets
|
2016-07-22 22:44:54 +03:00 |
|
Roman Zeyde
|
ccdbc7abfc
|
gpg: parse_packets() should get file-like stream
and wrap it with util.Reader()
|
2016-07-22 21:46:38 +03:00 |
|
Roman Zeyde
|
e70f0ec681
|
gpg: refactor hash algorithm handling
|
2016-07-09 12:25:05 +03:00 |
|
Roman Zeyde
|
aeaf978d8e
|
gpg: add mulitple GPG public keys as test vectors
|
2016-07-09 12:08:07 +03:00 |
|
Roman Zeyde
|
d60fff202a
|
gpg: don't validate non-ECDSA signatures
|
2016-07-09 11:26:48 +03:00 |
|
Jochen Hoenicke
|
a2e46048a1
|
Use TREZOR_GPG_USER_ID in agent
|
2016-06-22 02:31:57 +02:00 |
|
Jochen Hoenicke
|
e66b0f47ed
|
More robust gpg key parsing
Handle new packet format.
Ignore unknown packets.
Handle packets that are not immediately followed by signature.
Handle other hash algorithms.
|
2016-06-22 02:31:22 +02:00 |
|
Roman Zeyde
|
db874ad98f
|
README: add GPG part
|
2016-06-20 22:43:13 +03:00 |
|