constellation/internal/attestation/aws/snp
Otto Bittner c7d12055d1
attestation: add SNP-based attestation for aws-sev-snp (#1916)
* config: move AMD root key to global constant
* attestation: add SNP based attestation for aws
* Always enable SNP, regardless of attestation type.
* Make AWSNitroTPM default again

There exists a bug in AWS SNP implementation where sometimes
a host might not be able to produce valid SNP reports.
Since we have to wait for AWS to fix this we are merging SNP
attestation as opt-in feature.
2023-06-21 14:19:55 +02:00
..
BUILD.bazel attestation: add SNP-based attestation for aws-sev-snp (#1916) 2023-06-21 14:19:55 +02:00
errors.go attestation: add SNP-based attestation for aws-sev-snp (#1916) 2023-06-21 14:19:55 +02:00
issuer_test.go attestation: add SNP-based attestation for aws-sev-snp (#1916) 2023-06-21 14:19:55 +02:00
issuer.go attestation: add SNP-based attestation for aws-sev-snp (#1916) 2023-06-21 14:19:55 +02:00
snp.go attestation: add SNP-based attestation for aws-sev-snp (#1916) 2023-06-21 14:19:55 +02:00
validator_test.go attestation: add SNP-based attestation for aws-sev-snp (#1916) 2023-06-21 14:19:55 +02:00
validator.go attestation: add SNP-based attestation for aws-sev-snp (#1916) 2023-06-21 14:19:55 +02:00