google / go-tdx-guest

go-tdx-guest offers a library to wrap the /dev/tdx-guest device in Linux, as well as a library for attestation verification of fundamental components of an attestation quote.
Apache License 2.0
53 stars 12 forks source link

Add validate library. #14

Closed ayushi1126 closed 1 year ago

ayushi1126 commented 1 year ago

This library checks the fields of a TDX attestation quote according to a policy provided by the user.

The purpose of the validate library is to implement additional checks on the TDX attestation quote that are not checked by the verifier.