Roman Zeyde
Roman Zeyde
> @romanz I am looking into implementing RSA support as well for GPG and SSH as onlykey already supports RSA keys, any advice on where to start here? Good question...
> @romanz Also I replaced the ed25519 library with pynacl as ed25519 library has to compile from source and doesn't work on windows without dev tools and they say this...
I would be happy to review and merge first the nist256p1, curve25519, ed25519 SSH and GPG support (without the RSA and static keys support for now). Would it possible to...
Sorry, I missed the notification - will take a look tomorrow.
Great question :) Currently, most of the OpenPGP parsing/serialization related tasks are done by the GnuPG binary. TREZOR is responsible for signing the digest of the message using the `SignIdentity`...
P.S. This feature would actually allow us to use the TREZOR device with end-to-end encrypted web-services, such as ProtonMail (who [are actually developing OpenPGP.js](https://protonmail.com/blog/openpgpjs-3-release/)) :) @bartbutler What do you think?
cc: @sanjanarajan @AlexanderWillner @seancolyer (who may be interested in this feature).
Thanks for the information! I think this feature can be implemented as part of https://github.com/mailvelope/mailvelope/issues/238 (which also has a nice [bounty](https://www.bountysource.com/issues/5820453-support-for-keys-stored-on-smartcard/backers)).
Many thanks for reporting this issue! Since I am not using Windows, could you please open a PR?
Thanks for opening this issue, and sorry for the delayed response. Hope I would have the time to add this support in the next month...