Commit Graph

836 Commits (4546cd674ba224aa2fa1377f280985a1b845c53c)
 

Author SHA1 Message Date
Roman Zeyde 2af1086ed8
bump version 7 years ago
Roman Zeyde 7e95179128
ssh: fix unicode identity handling for Python 2 7 years ago
Roman Zeyde ac8898a434
gpg: allow using 'gpg' instead of 'gpg2' 7 years ago
Roman Zeyde 0b829636e1
ssh: close stdin when running subshell 7 years ago
Roman Zeyde 7598f6cdbf
Merge branch 'travis' 7 years ago
Roman Zeyde c8bf57cbcc
travis: fix setuptools issue 7 years ago
Roman Zeyde 62af49236c Merge pull request #132 from romanzolotarev/patch-1
Fix link in README-GPG.md
7 years ago
Roman Zolotarev af3f669780 Update README-GPG.md 7 years ago
Roman Zeyde 1520dbd8b9
gpg: add a screencast for identity re-generation 7 years ago
Roman Zeyde 4f05d51e9b
bump version 7 years ago
Roman Zeyde 9d38c26a0f
gpg: add 'fake' device for GPG-integration testing 7 years ago
Roman Zeyde 3a9330b995
gpg: return SCD version from agent 7 years ago
Roman Zeyde f904aac92e
Allow unicode in identity string for SSH and GPG 7 years ago
Roman Zeyde ca67923fe8
INSTALL: add instructions for Fedora/RedHat 7 years ago
Roman Zeyde ce90e61eb2
README: add troubleshooting section for GPG 7 years ago
Roman Zeyde 90dc124e8d
install: note '~/.local/bin' issue with pip 7 years ago
Roman Zeyde 442bf725ef
gpg: fail SCD-related requests 7 years ago
Roman Zeyde 5820480052
GPG: set default user ID for signing during gpg-init 7 years ago
Roman Zeyde ae2a84e168
INSTALL: comment about Ledger's 'SSH/PGP Agent' app requirement 7 years ago
Roman Zeyde f6911a0016
pin: use PyQt only when running with no TTY 7 years ago
Roman Zeyde 69c54eb425
device: allow Qt-based PIN entry for Trezor/Keepkey 7 years ago
Roman Zeyde 931573f32b
gpg: echo during identity initialization 7 years ago
Roman Zeyde 1e8363d4fc
gpg: refactor client usage at agent module
This allows caching public keys (as done in the SSH agent).
7 years ago
Roman Zeyde b7113083b4
README: add 'git config' for enabling commit signing 7 years ago
Roman Zeyde b5c4eca0d2
README: elaborate trezor/ledger usage for GPG 7 years ago
Roman Zeyde 8aa08d0862
INSTALL: remove duplicate line 7 years ago
Roman Zeyde b452b49f4c
README: note qtpass for password management 7 years ago
Roman Zeyde 639c4efb6d
README: add links to products 7 years ago
Roman Zeyde 6f1686c614
README: remove extra parentheses 7 years ago
Roman Zeyde 300d9a7140
README: update GPG screencasts and other examples 7 years ago
Roman Zeyde b143bafc70
README: remove PyPI badges 7 years ago
Roman Zeyde f2c6b6b9c1
README: move installation to a separate file 7 years ago
Roman Zeyde e0507b1508
tests: cover file-based logging case 7 years ago
Roman Zeyde 85274d8374
bump version 7 years ago
Roman Zeyde f358ca29d4
Allow loading previously exported SSH public keys from a file 7 years ago
Roman Zeyde 53d43cba29
gpg: update README after re-packaging 7 years ago
Roman Zeyde 214b556f83
ssh: simplify argparse creation 7 years ago
Roman Zeyde 051a3fd4ab
ssh: remove unused git-related code 7 years ago
Roman Zeyde 91050ee64a
ssh: remove unused git wrapper 7 years ago
Roman Zeyde 257992d04c
ssh: move related code to a separate subdirectory 7 years ago
Roman Zeyde 6c2273387d
util: extend logging.basicConfig() 7 years ago
Roman Zeyde b6ad8207ba
setup: add Python 3.6 support 7 years ago
Roman Zeyde 3a93fc859d
setup: fix indentation for lists 7 years ago
Roman Zeyde 7d9b3ff1d0
README: update device-related info 7 years ago
Roman Zeyde 4af881b3cb
Split the package into a shared library and separate per-device packages 7 years ago
Roman Zeyde eb525e1b62
gpg: simplify Python entry point and refactor Bash scripts a bit
Now there is a single 'trezor-gpg' tool, with various subcommands.
7 years ago
Roman Zeyde 02c8e729b7
ssh: retrieve all keys using a single device session 7 years ago
Roman Zeyde 12359938ad
keepkey: fix transport import 7 years ago
Roman Zeyde 93cd3e688b
travis: add Python 3.6 7 years ago
Tomás Rojas 26d7dd3124
Cache public keys for the duration of the agent
This saves a lot of time when connecting to multiple hosts
simultaneously (e.g., during a deploy) as every time we are asked to sign a
challenge, all public keys are iterated to find the correct one. This
can become especially slow when using the Bridge transport and/or many
identities are defined.
7 years ago