trussed-dev / fido2-tests

Test suite for FIDO2, U2F, and other security key functions
Other
48 stars 38 forks source link

Fix cbor cred protect #49

Closed conorpp closed 3 years ago

conorpp commented 3 years ago

Adds more test coverage for cbor. Previously cbor was validated at a single depth, now it recurses through all cbor and validates it.

Also test credProtect extension, and credProtect+hmac-secret at the same time.