-
Notifications
You must be signed in to change notification settings - Fork 106
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
content_changed implementation #2816
Comments
The Integrator needs to monitor |
Thanks and I think that works for normal scenario. But as "Any communication between Requester and Responder other than a GET_MEASUREMENTS request or response re-initializes L1/L2 computation to null .", the integrator seems not able to know if L1/L2 has been re-inited? |
Yes, that looks like it's an issue. The state of the l1/l2 transcript is stored in the |
I feel a callback function to notify L1/L2 was reset might be easier for integrators to track the measurement. |
I will draw up the two approaches and we can see which ones looks the best: callback versus querying the transcript from the |
libspdm/include/hal/library/responder/measlib.h
Line 77 in 704d565
Hi,
I have a question about content_changed implementation.
The integrator will need the knowledge about measurement logs in current L2 contents as a basis to check if there is any measurement changed. But the function didn't seem to be able to provide such information.
Is there a design/mechanism for integrators to acquire the information from libspdm?
The text was updated successfully, but these errors were encountered: