| b03fe8c0 | 06-Jun-2023 |
Tamas Ban <tamas.ban@arm.com> |
feat(dice): add client API for DICE Protection Environment
RSS provides the DICE Protection Environment service (DPE). It partially implements the DPE specification from TCG.
As a DPE profile, it s
feat(dice): add client API for DICE Protection Environment
RSS provides the DICE Protection Environment service (DPE). It partially implements the DPE specification from TCG.
As a DPE profile, it supports the Open Profile for DICE specification. https://pigweed.googlesource.com/open-dice/+/refs/heads/main/docs/specification.md
In order to communicate with the service, commands must be CBOR encoded. The API implementation: - Expose a C API to the upper layer, - Do the CBOR encoding, decoding of the DPE commands, - Rely on the PSA framework to communicate with the RSS through an MHU.
Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: I26a08f0c7cbffe07e725a7defbb6c60fd7735efe
show more ...
|
| d219ead1 | 11-Oct-2022 |
Sandrine Bailleux <sandrine.bailleux@arm.com> |
fix(psa): add missing semicolon
Fix a syntax error in the delegated attestation service code.
Unfortunately, this build failure was not caught by the CI system because right now lib/psa/delegated_a
fix(psa): add missing semicolon
Fix a syntax error in the delegated attestation service code.
Unfortunately, this build failure was not caught by the CI system because right now lib/psa/delegated_attestation.c file is not getting pulled in by any upstream platform. This will be addressed in a separate patch.
Change-Id: Idb84f62aabc5008396213023fc40547097925860 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
show more ...
|