fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
59 stars 33 forks source link

[SPIKE] Investigate whether `cose-rust` can replace `aws-nitro-enclaves-cose` to provide EC crypto and RSA crypto #641

Open 7flying opened 7 months ago

7flying commented 7 months ago

The cose-rust crate was identified as a candidate to replace aws-nitro-enclaves-cose since the later one does not support RSA keys, a requirement of the FDO standard.

7flying commented 7 months ago

Linked to #627

7flying commented 7 months ago

coset might be another option instead of cose-rust