-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ed25519 support in PKCS#11 module #75
Comments
For the record, the PKCS #11 3.0 now supports Ed25519 keys through a new key type: |
Ed25519 support will come when / if we update the PKCS11 module to support the PKCS#11 3.0 specification. The underlying native library already supports it. As PKCS#11 is all about accessing the HSM in a standard way it doesn't make a lot of sense to add support based on a proprietary algorithm ID for example. Closing this issue now, please resubmit if needed. |
Any news on the support for this? We are also looking for a security key supporting PKCS11 3.0 spec. |
See #183 |
Amazing, thanks qpernil@! |
A decision hasn't been made yet because we need to qualify the changes more, to be sure we actually implement what the spec requires. There are things missing as of now that we know of, but more could surface. |
Hello, |
Could you please add support for ed25519 keys into your pkcs11 module?
The text was updated successfully, but these errors were encountered: