-
Notifications
You must be signed in to change notification settings - Fork 95
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
tdx-attester: strip CCEL before adding it to the evidence #569
Comments
It might be a trade-off. CCEL maps to a region of memory and most part of them would be |
True, I wish the kernel offered better interface for this, similar to TPM
Compression would not work because some of the network hops would have to send it uncompressed anyways (e.g., KBS->AS). |
tdx-attester
encodes and sends the full 64K CCEL blob as part of the evidence but only a small part of it contains relevant eventlog data. The evidence creation/processing can be optimized by stripping any unset valuesThe text was updated successfully, but these errors were encountered: