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

Possible to use with WebAuthn? #17

Open
kspearrin opened this issue Jun 14, 2019 · 4 comments
Open

Possible to use with WebAuthn? #17

kspearrin opened this issue Jun 14, 2019 · 4 comments
Assignees

Comments

@kspearrin
Copy link
Contributor

Do you know if it is possible to use U2F_Core on the server for performing the same U2F operations while using WenAuthn APIs on the client? We are looking to migrate our clients to WebAuthn and I am not sure if it will work.

@brucedog
Copy link
Owner

I did a quick glance at the demo code from Yubico and it seems that the signature check is pretty much the same. The only thing I noticed is they added support for hashing RSA. The encryption algorithm is still secp256r1.

@brucedog
Copy link
Owner

brucedog commented Jul 5, 2019

I took a look at the Yubico repo of webauth and it seems the client responses are different from U2F. I will have to update the library to except other responses as well as additional crypto support.

@brucedog brucedog self-assigned this Jun 18, 2020
@markusschaber
Copy link

markusschaber commented Nov 25, 2020

Any estimate if and when this will be ready? Are contributions possible? Or should we look for another library?

@brucedog
Copy link
Owner

brucedog commented Dec 2, 2020

@markusschaber The FIDO2 spec is far more complicated than U2F so I don't have an ETA when it will be ready. This is an open source project so contributions are welcome. I found the following project but it's in alpha https://github.com/abergs/fido2-net-lib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants