diff --git a/verification/client/profile.go b/verification/client/profile.go index 78511872..de91a65d 100644 --- a/verification/client/profile.go +++ b/verification/client/profile.go @@ -101,7 +101,7 @@ type DigestAlgorithm interface { } // DPEMinCertificate represents a certificate for the DPE minimal iRoT profiles -type DPEMinCertificate [2046]byte +type DPEMinCertificate [2048]byte // DPEFullCertificate represents a certificate for the DPE full iRoT profiles type DPEFullCertificate [6144]byte