Skip to content

Fix CBOR ordering and U2F and FIDO2 interoperability

Compare
Choose a tag to compare
@conorpp conorpp released this 18 Apr 03:16
· 540 commits to master since this release
6068fb9

This release fixes the ordering of keys encoded in CBOR maps to be canonical ordering. They previously were not ordered in any particular way and caused issues for Chrome. #170

Also fixes CTAP2 implementation to accept credential IDs created by the CTAP1 implementation. So registering with U2F and later authenticating with FIDO2 should work.