-
Notifications
You must be signed in to change notification settings - Fork 61
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
Support EdDSA credential keys #276
Comments
This will also require ruby/openssl#119 to expose the required OpenSSL APIs in Ruby or an extra gem like https://github.com/RubyCrypto/ed25519 To my knowledge no manufacturer is supporting this at the time of writing. |
I stand corrected, Yubikeys have started shipping with EdDSA support around that time: https://www.yubico.com/blog/whats-new-in-yubikey-firmware-5-2-3/ I started poking at this in cedarcode/cose-ruby#55 but we'll need some work in the OpenSSL gem to have the right APIs. |
Nice!
Thank you! |
Now that cedarcode/cose-ruby#48 was merged and @bdewater by any chance are you working on it already (or maybe planning to)? If not I can jump on this if you want, let me know 🙂 |
Depends on cedarcode/cose-ruby#48.
The text was updated successfully, but these errors were encountered: