Commit Graph

160 Commits (3d8072522cbd7ac1abca44e64dec0749ff527eae)
 

Author SHA1 Message Date
Roman Zeyde 3d8072522c travis: test with tox 9 years ago
Roman Zeyde 0c63aef719 sort imports using isort tool 9 years ago
Roman Zeyde c454114c4e README: add gitter chat 9 years ago
Roman Zeyde f9133f7e05 README: fixup license link 9 years ago
Roman Zeyde 33a6951a96 server: don't crash after single exception 9 years ago
Roman Zeyde fb0d0a5f61 server: stop the server via a threading.Event
It seems that Mac OS does not support calling socket.shutdown(socket.SHUT_RD)
on a listening socket (see https://github.com/romanz/trezor-agent/issues/6).
The following implementation will set the accept() timeout to 0.1s and stop
the server if a threading.Event (named "quit_event") is set by the main thread.
9 years ago
Roman Zeyde 7ea20c7009 test_trezor: verify serialized signature 9 years ago
Roman Zeyde 4247558166 README: add subshell demo 9 years ago
Roman Zeyde fe1e1d2bb9 server: log command with INFO level 9 years ago
Roman Zeyde 1a5b8118ad setup.py: support for Python 3.4 9 years ago
Roman Zeyde 3a806c6d77 beta release 9 years ago
Roman Zeyde 3b61f86c25 README: fixup license to match the repository 9 years ago
Roman Zeyde 06d84c387c bump version 9 years ago
Roman Zeyde 8347142a99 setup.py: fixup license to match the repository 9 years ago
Roman Zeyde 7dabe2c555 test_protocol: fix bytes->str 9 years ago
Roman Zeyde d6ee3d8995 tox: add py34 9 years ago
Roman Zeyde c3fa79e450 Fix a few pylint issues 9 years ago
Roman Zeyde 15b10c9a7e bump version 9 years ago
Roman Zeyde e19d76398e formats: verify public key according to requested ECDSA curve 9 years ago
Roman Zeyde 535b4d50c7 Fix SSH connection arguments handling 9 years ago
Roman Zeyde 461f38d599 travis: fix up dependency 9 years ago
Roman Zeyde 60571e65dd trezor: add support for Ed25519 SSH keys 9 years ago
Roman Zeyde 34cecb276a README: fix URL 9 years ago
Roman Zeyde 903ba919b3 README: fix whitespace 9 years ago
Roman Zeyde 3184d34440 README: update badges and blog post 9 years ago
Roman Zeyde d7099cb863 bump version 9 years ago
Roman Zeyde e3f04f3389 Merge pull request #2 from romanz/pr
trezor: don't ask for passphrase (always use empty one)
9 years ago
Roman Zeyde e59404737d trezor: fix PEP8 9 years ago
Pavol Rusnak ca30707789 don't ask for passphrase (always use empty one similarly to TREZOR Connect) 9 years ago
Roman Zeyde 5449411d09 README: update trezorlib version 9 years ago
Roman Zeyde 697d22fede bump version 9 years ago
Roman Zeyde 4f94c9459c setup.py: require up-to-date ecdsa and trezor packages 9 years ago
Roman Zeyde f5577e1c15 README: verify firmware version 9 years ago
Roman Zeyde 803e3bb738 client: require TREZOR v1.3.4 firmware for SSH NIST256P1 curve support 9 years ago
Roman Zeyde c11245ea69 README: fixup SSH example 9 years ago
Roman Zeyde 7b5dd3a51b README: update SSH pubkey handling demo 9 years ago
Roman Zeyde 4199c79074 README: update SSH example 9 years ago
Roman Zeyde 38fd938fd4 travis: test on Python 3.4 9 years ago
Roman Zeyde ad35e03a9f README: add travis badge 9 years ago
Roman Zeyde dd6fded82d travis: test without trezorlib 9 years ago
Roman Zeyde 8547d00b33 README: fix naming 9 years ago
Roman Zeyde a4a0c6a802 README: expand 9 years ago
Roman Zeyde 38228baba9 tox: remove unused dependency 9 years ago
Roman Zeyde a8c6e71825 rename package name to trezor_agent 9 years ago
Roman Zeyde 9a1e49190b setup: remove unused dependency 9 years ago
Roman Zeyde e4a7d9aa06 trezor: simplify client API 9 years ago
Roman Zeyde 5d510c4a60 trezor: add ping for self-test 9 years ago
Roman Zeyde 783722edce trezor: rename wrapper 9 years ago
Roman Zeyde 592bc78391 trezor: update tests and remove identity issues 9 years ago
Roman Zeyde bf6b58971a trezor: fix Python 3 bytes issue 9 years ago