Skip to content
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

Get-YubikeyFIDO2Credentials fails to list FIDO2 credential #86

Open
JMarkstrom opened this issue Dec 22, 2024 · 3 comments
Open

Get-YubikeyFIDO2Credentials fails to list FIDO2 credential #86

JMarkstrom opened this issue Dec 22, 2024 · 3 comments
Labels
Awaiting SDK update Issues stems from Yubico .NET SDK

Comments

@JMarkstrom
Copy link
Collaborator

Get-YubikeyFIDO2Credentials fails to list credentials with error:

Steps to reproduce:

  1. Reset YubiKey FIDO applet (reset-YubikeyFIDO2)
  2. Using website webauthn.io register credential
  3. Attempt to list FIDO credentials (get-YubikeyFIDO2Credentials).
  4. Observe results.

Expected:
Cmdlet should list credential (2)

Result:
Listing fails with error:

Get-YubikeyFIDO2Credentials: The requested algorithm is not supported.

@virot
Copy link
Owner

virot commented Dec 25, 2024

SDK seems to break on Algorithm: Ed25519, if one uses ES256 it works.

@virot
Copy link
Owner

virot commented Dec 25, 2024

Could this be related to: Yubico/Yubico.NET.SDK#155
[Feature]: Ed25519 and X25519 PIV key types

@virot virot mentioned this issue Dec 25, 2024
@DennisDyallo
Copy link

DennisDyallo commented Jan 14, 2025

There's currently a PR #186 in which we can enumerate Ed25519 , P384 and P512 keys.

We aim to release mid april, but if we can get it done sooner, we'll release as soon as we feel ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting SDK update Issues stems from Yubico .NET SDK
Projects
None yet
Development

No branches or pull requests

3 participants