Roman Zeyde

Results 503 comments of Roman Zeyde

Thanks for reporting this issue! I am actually also using `pass` with Trezor :) Since Trezor model T supports on-device PIN entry, you shouldn't get notified to entry the PIN...

It is possible to add GPG support on Windows, but unfortunately I don't have the time for doing that during the near future. Any PR in this direction will be...

@martin-lizner is it possible to extend https://github.com/martin-lizner/trezor-ssh-agent to support GPG on Windows?

Thanks for the suggestion! Unfortunately, it seems that my GnuPG version (2.1.11) doesn't log the to-be-signed hash: ``` $ echo 123 | gpg2 --clearsign gpg: using "Roman Zeyde " as...

The only way I am familiar with is using `--debug-all` GnuPG flag: ``` $ echo 123 | gpg2 --clearsign -u Foobar --debug-all -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 123 gpg:...

The issue here is that GnuPG provides the hardware device with a specific hash to sign - which may be too long to display on the device's screen. We can...

Thanks for opening this issue, and sorry for the delayed response. Currently, it's not supported - mainly for the simplicity of the existing code.

Thanks for reporting this issue! I actually never tested it with NISTP521 keys... will reproduce locally and fix.

This is indeed the issue - I need to add support for adding subkeys to NISTP521-based identities. Currently, the tool supports NIST-P256, Curve25519, RSA, DSA and ElGamal.

AFAIK, no hardware wallet support operation NIST-521 curve, so this tool will only support adding new (not NIST-521) sub-keys to existing (NIST-521) ones.