constellation/internal/attestation/azure/snp
Fabian Kammel bb76a4e4c8
AB#2512 Config secrets via env var & config refactoring (#544)
* refactor measurements to use consistent types and less byte pushing
* refactor: only rely on a single multierr dependency
* extend config creation with envar support
* document changes
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
2022-11-15 15:40:49 +01:00
..
errors.go AB#2379: Validate version in SNP report (#80) 2022-09-07 10:39:38 +02:00
imds.go AB#2386: TrustedLaunch support for azure attestation 2022-09-05 12:03:48 +02:00
issuer_test.go Feat/revive (#212) 2022-10-05 15:02:46 +02:00
issuer.go AB#2458 AWS NitroTPM attestation (#339) 2022-10-27 11:04:23 +02:00
README.md Document exported funcs,types,interfaces and enable check. (#475) 2022-11-09 15:57:54 +01:00
validator_test.go Feat/revive (#212) 2022-10-05 15:02:46 +02:00
validator.go AB#2512 Config secrets via env var & config refactoring (#544) 2022-11-15 15:40:49 +01:00

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

Host (Hardware?) Compatibility Layer (HCL)

No public information. Azure compute API has a field isHostCompatibilityLayerVm, with only a single sentence of documentation.