-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fsim-csr): implement the CA certs enrollment operation on device…
… side The device sends the active modules to the owner's onboarding server. If the CSR module is among the active modules, the owner's onboarding server will send back the 'fdo.csr.cacerts-res' message to the device encoded as described in the specification[1]. Te device will decode the message, save the file in the system's trusted anchors and update the certificates trusted by the system. [1] https://github.com/fido-alliance/fdo-sim/blob/main/fsim-repository/fdo.csr.md Signed-off-by: Miguel Martín <[email protected]>
- Loading branch information
Showing
2 changed files
with
173 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters