You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SPDM doc mentioned that if a Responder is not ready to return response, it may return a ERROR (ResponseNotReady) message.
548 10.13 RESPOND_IF_READY request message format
and
Figure 14 — RESPOND_IF_READY flow leading to completion
For example, the Requester may receive a ERROR (ResponseNotReady) when a CHALLENGE_AUTH response is expected. However, this this mechanism does not seem to be implemented in spdm-rs.
The SPDM doc mentioned that if a
Responder
is not ready to return response, it may return aERROR (ResponseNotReady)
message.and
For example, the Requester may receive a
ERROR (ResponseNotReady)
when aCHALLENGE_AUTH
response is expected. However, this this mechanism does not seem to be implemented in spdm-rs.spdm-rs/test/spdm-requester-emu/src/main.rs
Lines 283 to 292 in a2aa7a6
The text was updated successfully, but these errors were encountered: