Skip to content

Add QE tcb date and status for MigTD attestation library#484

Open
hyjiang wants to merge 3 commits intointel:migtd_1.23from
hyjiang:migtd-update
Open

Add QE tcb date and status for MigTD attestation library#484
hyjiang wants to merge 3 commits intointel:migtd_1.23from
hyjiang:migtd-update

Conversation

@hyjiang
Copy link
Contributor

@hyjiang hyjiang commented Jan 4, 2026

To address MigTD issue #663

Signed-off-by: Jiang, Hongyan <hongyan.jiang@intel.com>
Signed-off-by: Jiang, Hongyan <hongyan.jiang@intel.com>
sgx_isv_svn_t isv_svn; /* 732 2 */
time_t tcb_date; /* 734 64 */
char tcb_status[TCB_STATUS_LEN]; /* 798 32 */
time_t tcb_date; /* 734 64 */ /* Represents the effective TCB date, calculated as: min(platform_tcb_date, qe_tcb_date) */
Copy link
Contributor

Choose a reason for hiding this comment

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

can we switch places between platform_tcb_date; and tcb_status[TCB_STATUS_LEN]; so it's still semi-compatible to the current client code using old API?

Copy link
Contributor Author

@hyjiang hyjiang Feb 26, 2026

Choose a reason for hiding this comment

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

Done.

…ard compatible

Signed-off-by: Jiang, Hongyan <hongyan.jiang@intel.com>
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