mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 23:42:21 -04:00

find -name '*.go' -exec sed -i 's/SPDX-License-Identifier: AGPL-3.0-only/SPDX-License-Identifier: BUSL-1.1/' {} +
23 lines
602 B
Go
23 lines
602 B
Go
/*
|
|
Copyright (c) Edgeless Systems GmbH
|
|
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
/*
|
|
# Amazon Web Services attestation
|
|
|
|
Constellation supports multiple attestation technologies on AWS.
|
|
|
|
- SEV - Secure Nested Paging (SEV-SNP)
|
|
|
|
TPM attestation verified using an SEV-SNP attestation statement.
|
|
The TPM runs outside the confidential context.
|
|
The initial firmware measurement included in the SNP report can be calculated idependently.
|
|
The source code of the firmware is publicly available.
|
|
|
|
- NitroTPM
|
|
|
|
No confidential computing. Attestation via a TPM 2.0 compliant vTPM.
|
|
*/
|
|
package aws
|