qemu attestation: fix typos

This commit is contained in:
Leonard Cohnen 2022-10-25 00:47:12 +02:00 committed by 3u13r
parent d979aeea2d
commit d59dc82e56
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ type Issuer struct {
*vtpm.Issuer *vtpm.Issuer
} }
// NewIssuer initializes a new Azure Issuer. // NewIssuer initializes a new QEMU Issuer.
func NewIssuer() *Issuer { func NewIssuer() *Issuer {
return &Issuer{ return &Issuer{
Issuer: vtpm.NewIssuer( Issuer: vtpm.NewIssuer(

View File

@ -20,7 +20,7 @@ type Validator struct {
*vtpm.Validator *vtpm.Validator
} }
// NewValidator initializes a new qemu validator with the provided PCR values. // NewValidator initializes a new QEMU validator with the provided PCR values.
func NewValidator(pcrs map[uint32][]byte, enforcedPCRs []uint32, log vtpm.AttestationLogger) *Validator { func NewValidator(pcrs map[uint32][]byte, enforcedPCRs []uint32, log vtpm.AttestationLogger) *Validator {
return &Validator{ return &Validator{
Validator: vtpm.NewValidator( Validator: vtpm.NewValidator(