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

@ -51,7 +51,7 @@ func GetIDKeyDigest(open vtpm.TPMOpenFunc) ([]byte, error) {
// Issuer for Azure TPM attestation.
type Issuer struct {
oid.AzureSNP
oid.AzureSEVSNP
*vtpm.Issuer
}