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
50 stars 10 forks source link

Add validate CLI changes and testcases #20

Closed jrjatin closed 11 months ago

jrjatin commented 1 year ago

Added flags in check.go file, required to validate quote. Added testcases to check validate cli changes. Modified the check proto file to include a config protobuf that specifies the validation policy.