Skip to content

Commit

Permalink
Merge pull request #136 from deeglaze/nowarnaskark
Browse files Browse the repository at this point in the history
Remove ASK/ARK warnings
  • Loading branch information
deeglaze authored Oct 10, 2024
2 parents de2ac90 + 6928d6d commit f77f64d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions abi/abi.go
Original file line number Diff line number Diff line change
Expand Up @@ -875,13 +875,6 @@ func (c *CertTable) Proto() *pb.CertificateChain {
if len(result.VcekCert) == 0 && len(result.VlekCert) == 0 {
logger.Warning("Warning: Neither VCEK nor VLEK certificate found in data pages")
}

if len(result.AskCert) == 0 {
logger.Warningf("ASK certificate not found in data pages")
}
if len(result.ArkCert) == 0 {
logger.Warningf("ARK certificate not found in data pages")
}
return result
}

Expand Down

0 comments on commit f77f64d

Please sign in to comment.