mirror of
https://github.com/google/go-attestation.git
synced 2025-06-03 07:50:57 +00:00
Add oid.VerifiedTPM{Fixed,Residency} (#420)
We already have VerifiedTPMRestricted from Section 8.2 of [1]. Also add the the other two OIDs there. Go-attestation itself might not use it, but the user of it might need it (e.g. to add a VerifiedTPMResidency policy to an AK cert) [1] https://trustedcomputinggroup.org/wp-content/uploads/TPM-2p0-Keys-for-Device-Identity-and-Attestation_v1_r12_pub10082021.pdf
This commit is contained in:
parent
710ff5b9ae
commit
aacd99179c
@ -34,6 +34,8 @@ var (
|
||||
PlatformConfigurationV1 = []int{2, 23, 133, 5, 1, 7, 1}
|
||||
PlatformConfigurationV2 = []int{2, 23, 133, 5, 1, 7, 2}
|
||||
EKCertificate = []int{2, 23, 133, 8, 1}
|
||||
VerifiedTPMResidency = []int{2, 23, 133, 11, 1, 1}
|
||||
VerifiedTPMFixed = []int{2, 23, 133, 11, 1, 2}
|
||||
VerifiedTPMRestricted = []int{2, 23, 133, 11, 1, 3}
|
||||
EKPermIDSHA256 = []int{2, 23, 133, 12, 1}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user