-
Notifications
You must be signed in to change notification settings - Fork 51
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
Work in progress to include Ed25519, P384 and P521 into FIDO #186
base: develop
Are you sure you want to change the base?
Conversation
CoseEcPublicKey.cs now handles P384 and P521 CoseEdDsaPublicKey.cs adds support for Ed25519
Test Results: Windows 2 files 2 suites 4s ⏱️ Results for commit d8e8bfe. ♻️ This comment has been updated with latest results. |
Test Results: Ubuntu 2 files 2 suites 10s ⏱️ Results for commit d8e8bfe. ♻️ This comment has been updated with latest results. |
Test Results: MacOS 2 files 2 suites 4s ⏱️ Results for commit d8e8bfe. ♻️ This comment has been updated with latest results. |
supports P384 and P521 keys.
Description
Please include a summary of the change and which issue is fixed, as well as relevant motivation and context. Finally, list any dependencies that are required for this change if any.
Fixes: # <link to issue(s)>
Type of change
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test configuration:
Checklist:
dotnet format
to format my codeFootnotes
See Yubikey models (Multi-protocol, Security Key, FIPS, Bio, YubiHSM, YubiHSM FIPS) ↩