Replies: 1 comment 2 replies
-
I am not sure what "this length" means. Libspdm calculates the valid message length and strip the padding bytes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to discuss a topic where we are calculating Signature in SPDM CHALLENGE and issue I am facing on using DOE as transport. DOE states that we can send any length which is greater than the actual data present in the packet/buffer.
Due to some reason I do not have the actual length, and send additional length to DOE for SPDM and same is provided to SPDM library. Here, I notice that SPDM_CHALLENGE uses this length to calculate the signanature (using previous requests/responses) and not use the real valid length of the earlier requests/responses.
Is this correct and expected behavior? Kindly guide.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions