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
58 stars 33 forks source link

Support Parsec for server key storage #126

Open puiterwijk opened 2 years ago

puiterwijk commented 2 years ago

At this moment, we only use file-based keys for the servers. We should consider also supporting keys stored by Parsec, to support many different key storage backends.

puiterwijk commented 2 years ago

This depends on https://github.com/awslabs/aws-nitro-enclaves-cose/issues/35