trussed-dev / ctap-types

3 stars 9 forks source link

Ignore more unknown keys in cose deserialization #22

Closed robin-nitrokey closed 4 months ago

robin-nitrokey commented 11 months ago

Using cbor-smol’s new deserialize_any implementation, we can now iterate over all keys and values in the input map and ignore all unknown keys, as required by the spec.

Built on top of https://github.com/trussed-dev/ctap-types/pull/8 using https://github.com/nickray/cbor-smol/pull/6.

robin-nitrokey commented 4 months ago

The COSE implementation has been moved to the cosey crate. This issue is now tracked there: