Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Intel TDX Quote Verification #157

Closed
wants to merge 24 commits into from

Conversation

cdotsh
Copy link
Contributor

@cdotsh cdotsh commented Nov 24, 2023

Changes:

  • intel_structs.go (common structs and parsing functions for SGX/TDX Collateral, Certificates, ...)
  • intel_helpers.go (helper functions for quote and collateral verification, fetching CRLs, ...)
  • tdx_struct.go (TDX Quote structures and parsers)
  • tdx.go (TDX Quote Verification)
  • tdx_test.go (added tests for the TDX verification function)
  • attestationreport_test.go (added tests for the generic report Verify() function with TDX)
  • attestationreport.go (added TDX specific structs)
  • verificationreport.go (added TDX specific structs)

@cdotsh cdotsh closed this Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant