You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: