Random Data in Secure message required by IDE/TDISP to be 0 #2458
-
|
TDISP specification mentions "The random data field of the secured messages must not be used for TDISP messages or IDE Key Management protocol messages, and this field must have a length of zero". libspdm does not provide the Random Data size in the secure message to the user, which is removed in "libspdm_decode_secured_message()" API, but is required by IDE/TDISP to send error in such cases. Is my understanding correct here? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It is. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for prompt response. |
Beta Was this translation helpful? Give feedback.
It is.
libspdm_decode_secured_messagedoes not expose the size of the 277Random Datafield or allow the Integrator to specify legal / illegal sizes in received messages.