Add qemu vTPM issuer and validator

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-04-21 16:27:34 +02:00 committed by Daniel Weiße
parent f5aafd8178
commit 956ced6e3d
5 changed files with 71 additions and 6 deletions

View file

@ -35,6 +35,12 @@ func (Azure) OID() asn1.ObjectIdentifier {
return asn1.ObjectIdentifier{1, 3, 9900, 4}
}
type QEMU struct{}
func (QEMU) OID() asn1.ObjectIdentifier {
return asn1.ObjectIdentifier{1, 3, 9900, 5}
}
// TODO: Remove once we no longer use non cvms.
type GCPNonCVM struct{}