-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add TPM PCR measurement precalculation #74
Conversation
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
3a99b73
to
432825c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this is merged and a new release is cut, we can remove the measurement code from the Constellation repo and use this tool instead, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please let @katexochen also review before merging
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
a297fb1
to
3a9a225
Compare
This adds the
uplosi precalculate-measurements
command for ahead-of-time calculation of TPM PCR measurements from an image.Precalculation code is based on what we have in Constellation right now, with slight modifications to make it work for both Constellation and Continuum images.
It's not documented yet, but also not hidden. I wasn't exactly sure how to go about this.