piv-agent
piv-agent copied to clipboard
RSA / x25519 / ed25519 keys for gpg hardware?
Am I correct that piv-agent does not support the use of gpg subkeys of type RSA / x25519 / ed25519 stored in a hardware device such as a Yubikey?
This is my impression from https://github.com/smlx/piv-agent#gpg-agent
Correct.
RSA is by choice and I don't plan to implement it because there is simply no good reason to use RSA today if at all possible.
Curve25519 support is planned, but I don't currently have any hardware which supports it. Yubikey doesn't, for example. I believe Solov2 does, but cannot confirm until I actually have the hardware.
Ah, yes the Yubikey supports Curve25519 for OpenPGP, but maybe not PIV.
As per https://github.com/solokeys/solo2/discussions/88 the Solo v2 firmware temporarily has the PIV applet disabled.
As soon as the PIV support is re-enabled I'll take a look at this.