Questions of constructing M1/M2 #2942
-
Hi, I learned from the DSP0274_1.1.0 Spec that the Responder needs to use M1 to generate the signature when processing the Challenge Request, M1/M2 = Concatenate(A,B,C). What puzzles me is whether it is possible for the Requester to send a request repeatedly? I did not find a note about this in DSP0274_1.1.0 Spec. For example, is the Requester can send another Get Capabilities Request And I noticed that he Concatenate rule of DSP0274_1.1.0 Spec: "If a response contains ErrorCode=ResponseNotReady: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you implementing an SPDM endpoint? If so you should use the latest revision, SPDM 1.1.4.
See #600 and the recently asked #2943 on retries.
No, errors and |
Beta Was this translation helpful? Give feedback.
Are you implementing an SPDM endpoint? If so you should use the latest revision, SPDM 1.1.4.
See #600 and the recently asked #2943 on retries.
No, errors and
RESPOND_IF_READY
never appear in a transcript.