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 32 forks source link

feat(fsim-csr): implement the CSR FSIM #562

Open mmartinv opened 10 months ago

mmartinv commented 10 months ago

Implement the 'CSR' (certificate signing request) FDO serviceinfo module (FSIM) for the purpose of certificate enrollment described by the FIDO alliance at https://github.com/fido-alliance/fdo-sim/blob/main/fsim-repository/fdo.csr.md

This initial PR implements the operations related to the 'Distribution of CA Certificates' only.