-
Notifications
You must be signed in to change notification settings - Fork 225
Add support for validating Genoa attestations #7051
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
Conversation
One possible point of contention is that we currently support attestation version 2. However since we can't get the model of the CPU from these attestations this PR just assumes that they are running on milan. |
Is there any mention of this in the spec? Can you update the title and description of the PR to say Genoa, since we aren't adding support for Turin in this PR? Have you been able to manually test this on Genoa? It would be great to set up a Genoa ACI pool as well. |
This is a minimal PR to add the relevant root public keys for Genoa and Turin.
(Turin is currently disabled until we can validate it)
This means that we can validate the signatures on attestations from Genoa servers.