Replies: 1 comment 1 reply
-
Using a key not stored on an HSM, ecdsa is supported. My guess would be some incompatibility with the underlying library for hardware tokens, but I don’t have a way to test this atm. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an HSM (Yubikey 5 nano) with two keys, one (old) RSA key, and one (new) ecdsa key:
Signing works fine with the first one ("PIV AUTH key"):
But it fails with the second "SIGN key" key:
p11tool
lists the first as:and the second one as
Signing with the latter key works fine with e.g. jarsigner or jsign via SunPKCS11/OpenSC with libykcs11.so.2.
Any hints how to get this working with cosign as well would be much appreciated.
We also have a verbose opensc debug log:
Beta Was this translation helpful? Give feedback.
All reactions