mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-19 12:54:39 -05:00
0d12e37c96
* Include EXC0014 and fix issues. * Include EXC0012 and fix issues. Signed-off-by: Fabian Kammel <fk@edgeless.systems> Co-authored-by: Otto Bittner <cobittner@posteo.net>
20 lines
650 B
Markdown
20 lines
650 B
Markdown
# SNP
|
|
|
|
## Glosssary
|
|
|
|
This section explains abbreviations used in SNP implementation.
|
|
|
|
### Attestation Key (AK)
|
|
|
|
### AMD Root Key (ARK)
|
|
|
|
### AMD Signing Key (ASK)
|
|
|
|
### Versioned Chip Endorsement Key (VCEK)
|
|
|
|
For more information see [SNP WhitePaper](https://www.amd.com/system/files/TechDocs/SEV-SNP-strengthening-vm-isolation-with-integrity-protection-and-more.pdf)
|
|
|
|
### Host (Hardware?) Compatibility Layer (HCL)
|
|
|
|
No public information. Azure compute API has a field `isHostCompatibilityLayerVm`, with only a [single sentence of documentation](https://learn.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service?tabs=windows).
|