oid: add alternative string representations for attestation variants (#1322)

This commit is contained in:
Malte Poll 2023-03-02 10:48:16 +01:00 committed by GitHub
parent a5d4970753
commit ab0b881cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 81 additions and 22 deletions

View file

@ -38,7 +38,7 @@ const (
// Validator for Azure confidential VM attestation.
type Validator struct {
oid.AzureSNP
oid.AzureSEVSNP
*vtpm.Validator
}