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

Migrating from U2F #219

Closed
Kukks opened this issue Apr 22, 2021 · 1 comment
Closed

Migrating from U2F #219

Kukks opened this issue Apr 22, 2021 · 1 comment

Comments

@Kukks
Copy link

Kukks commented Apr 22, 2021

Hi, I'm working on migrating some software from U2F to FIDO2 gracefully but have hit an issue around the Public key having "too many bytes", which happens when fido2-net-lib attempts to create an instance of CredentialPublicKey and the CBORObject.CheckCBORLength is called, even though the public key is as per u2f spec (65 bytes).

Do you have any pointers as to what I need to do? Do I need to transform the public key bytes somehow?

The library used to handle U2F was https://github.com/brucedog/U2F_Core

@Kukks
Copy link
Author

Kukks commented Apr 22, 2021

@Kukks Kukks closed this as completed Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant