All-Your-Locks-Are-Belong-To-Us / libmicrofido2

Minimal FIDO2 library for microcontrollers
Other
16 stars 6 forks source link

Implement CBOR parsing #7

Closed felix-gohla closed 2 years ago

felix-gohla commented 2 years ago

This PR implements parsing of CBOR-encoded data and can parse the authenticatorGetInfo response.

It uses the cb0r library.

frcroth commented 2 years ago

@felix-gohla Will you merge?