Yubico/libfido2

Issue with C# wrapper

AdityaSharma21 opened this issue · 1 comments

Hi, The libfido2 have the C# wrapper for communicating FIDO over USB with FIDO2 and CTAP2 protocol.
So, When we are building this library on Windows OS following through ReadMe we are getting the error of "failed to build libressl" as shown below.
So, We tried with the releases(https://developers.yubico.com/libfido2/Releases/) for libfido2 library which is pre-build and with that we were able to communicate with the Fido device over USB and able to Reset device, change pin on device but when we execute the makecredential call we are getting below issue with the release library.
And with the release libraries of libfido2 why its showing the static path for cbor_isa_map(item),
file C:\Users\marte\libfido2\build\libcbor-0.8.0\src\cbor\maps.c, line 114

So, Will you please suggest that what we are missing.

libfido2-BuildError

MakeCredential-Error

I honestly have no idea. Perhaps report it at https://github.com/borrrden/Fido2Net?