Commit Graph

495 Commits (6f8d0df116b1823d0b1ae0302d189f5f216ee74b)
 

Author SHA1 Message Date
Roman Zeyde 6f8d0df116 bump version 8 years ago
Roman Zeyde b4a382d22e Merge pull request #51 from romanz/curve25519
Curve25519
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 e7b8379a97 factory: explicitly only the first interface 8 years ago
Roman Zeyde 26435130d7 factory: emit warning (instead of exception) when an import fails 8 years ago
Roman Zeyde dfde6dbee4 bump version 8 years ago
Cédric Félizard 085a3e81c7 Add explanation about entering PIN (#47)
[ci skip]
8 years ago
Cédric Félizard 3082d61deb Fix typo (#48) 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 1454d2f4d7 Merge pull request #43 from romanz/fix-gpg-manual
GPG: fix installation instructions
8 years ago
Roman Zeyde 9b395363a3 GPG: fix installation instructions 8 years ago
Roman Zeyde 5bb9dd7770 Merge pull request #42 from romanz/ssh-git
README: add an example for remote git repository
8 years ago
Roman Zeyde 51df023a23 README: add an example for remote git repository 8 years ago
Roman Zeyde d74f375637 Merge pull request #41 from romanz/protobuf-note
README: add note about protobuf permissions issue
8 years ago
Roman Zeyde 1fd0659051 README: add note about protobuf permissions issue 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 a1ab496bf4 Merge branch 'ledger' 8 years ago
Roman Zeyde 784e14647a Merge branch 'master' into HEAD
Conflicts:
	trezor_agent/factory.py
8 years ago
Dominik Kozaczko 7d2c649e83
don't stop polling for more devices as having more than one inserted raises more problems and we need to keep the check 8 years ago
Dominik Kozaczko cf27b345f6
better handling of keepkey dependency; fixes #36 8 years ago
Dominik Kozaczko 386ed5a81f Merge pull request #1 from romanz/master
pull changes from upstream
8 years ago
Roman Zeyde 5a64954324 Merge pull request #37 from Solution4Future/fix_agent
removed .decode('ascii') and added missing bytestrings and also some missing deps
8 years ago
Dominik Kozaczko 3aebd137b0
removed .decode('ascii') and added missing bytestrings 8 years ago
Nicolas Pouillard 1fa35e7f1a Fix the URL for the TREZOR firmware 8 years ago
Roman Zeyde aeda85275d bump version 8 years ago
Roman Zeyde e41206b350 setup: update trezorlib version 8 years ago
Roman Zeyde 03650550dd Use latest protobuf library (for native Python 3 support) 8 years ago
Roman Zeyde f7b07070da README: update setuptools to the latest version 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 bf598435fb client: keep the session open (doesn't forget PIN) 8 years ago
Roman Zeyde 459b882b89 ledger: don't use debug=True 8 years ago
Roman Zeyde 998c9ee958 README: update usage section 8 years ago
Roman Zeyde d408a592aa README: get only the first lines of 'trezorctl get_features' 8 years ago
Roman Zeyde 282e91ace3 update README about protobuf issueOF 8 years ago
Roman Zeyde 23c37cf1e3 README: update TREZOR's required version 8 years ago
Roman Zeyde 5c5c6f9cbb bump version 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
Roman Zeyde 0c4e67c837 Merge pull request #30 from np/decode-subpackets
gpg/decode/parse_subpackets: parse subpacket length according to RFC
8 years ago
Nicolas Pouillard adcbe6e7b2
gpg/decode/parse_subpackets: parse subpacket length according to RFC 8 years ago
Roman Zeyde 73bdf417e4 factory: require TREZOR firmware v1.4.0+ for GPG signatures and decryption 8 years ago
Roman Zeyde ee347252b4 README: update gitter badge position 8 years ago
Roman Zeyde d63f048b78 gpg: update trezor-agent installation instruction (using pip) 8 years ago