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

Add support for Attestable TPM changes in latest TPM spec #2729

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

bluegate010
Copy link
Contributor

No description provided.

Signed-off-by: Jeff Andersen <jeffandersen@google.com>
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (166a553) 82.59% compared to head (7552d0b) 82.55%.

Files Patch % Lines
src/tss2-esys/esys_iutil.c 33.33% 16 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2729      +/-   ##
==========================================
- Coverage   82.59%   82.55%   -0.05%     
==========================================
  Files         369      369              
  Lines       43125    43149      +24     
==========================================
+ Hits        35619    35620       +1     
- Misses       7506     7529      +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@williamcroberts williamcroberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM lets let @AndreasFuchsTPM or @JuergenReppSIT double check me since they have been following stuff more closely.

#define ESYS_TR_RH_SVN_OWNER_BASE 0x1010000U
#define ESYS_TR_RH_SVN_ENDORSEMENT_BASE 0x1020000U
#define ESYS_TR_RH_SVN_PLATFORM_BASE 0x1030000U
#define ESYS_TR_RH_SVN_NULL_BASE 0x1040000U
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAICT this fits nicely in the ESYS_TR "namespace" and won't conflict with the random() offset for non-permanent handles:

This is more of a note for other reviewers to consider this than a comment on the patch.

@JuergenReppSIT JuergenReppSIT merged commit 28d6850 into tpm2-software:master Dec 23, 2023
28 checks passed
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.

3 participants