mozilla / authenticator-rs

Rust library to interact with Security Keys, used by Firefox
https://crates.io/crates/authenticator
Mozilla Public License 2.0
273 stars 70 forks source link

Add tests to check that all CBOR requests are in canonicalized form #328

Open EliasHolzmann opened 8 months ago

EliasHolzmann commented 8 months ago

This adds just tests (and changes some visibilities where necessary) – I found no requests that weren't already meeting the canonicalization requirements, so the behavior of the lib itself stays unchanged.

Closes #225.