Skip to content
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

How can responder know when it needs to reply "RESPOND_NOT_READY" respond? #311

Open
owen126315 opened this issue Dec 6, 2023 · 1 comment
Labels
question Further information is requested

Comments

@owen126315
Copy link

I looked through the spdm_responder_lib source code, and didn't see any code which monitor the respond preparation time and change the respond state inside spdm contex to "LIBSPDM_RESPONSE_STATE_NOT_READY" to reply error with "RESPOND_NOT_READY".
Is that placed somewhere else in responder_emu? Or, will that be implemented in the future?

@steven-bellock
Copy link
Contributor

libspdm support for Responder issuing ResponseNotReady is not great, mainly because it's much easier to just provide the response within the advertised time. So that has been put on the back burner in favor of more useful features. Feel free to pick it up if you need it.

@steven-bellock steven-bellock added the question Further information is requested label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants