We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/chipsalliance/caliptra-sw/blob/main-2.x/runtime/README.md describes DCCM encryption and CMID encryption.
DCCM storage:
This storage is protected with authenticated encryption using internal keys that are randomly generated at power on and stored in the key vault.
CMIDs:
The key for the data referenced by a CMID is unique and derived via HKDF from the CDI_RT
The key used to encrypt a CMID should not be more durable than the key used to encrypt DCCM which holds the key referenced by that CMID.
The text was updated successfully, but these errors were encountered:
swenson
No branches or pull requests
https://github.com/chipsalliance/caliptra-sw/blob/main-2.x/runtime/README.md describes DCCM encryption and CMID encryption.
DCCM storage:
CMIDs:
The key used to encrypt a CMID should not be more durable than the key used to encrypt DCCM which holds the key referenced by that CMID.
The text was updated successfully, but these errors were encountered: