-
Notifications
You must be signed in to change notification settings - Fork 106
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
libspdm_decode_secured_message
to support out-of-order message decryption
#2562
Comments
Yeah let me file an issue against the specification on what is meant by that. It should be more clear. |
Any response from the authors ? |
Yes. The SPDM Working Group meetings are every Wednesday. They clarified that 277 itself is not a transport. In particular, if a transport receives messages out-of-order then it is up to the transport layer(s), below 277, to re-arrange things. Individual 277 messages, and their sequence number, cannot be presented to the 277 layer out-of-order, else that is flagged as an error. libspdm is currently consistent with that behavior. If you'd like to see changes in future specifications let me know and I can get you added to the specification repository where you can file an issue. |
Thanks for your response @steven-bellock In libspdm, I didnt find any option to send packet without sequence numbers. Is there any provision like that ? |
The Integrator needs to register. libspdm/include/library/spdm_secured_message_lib.h Lines 182 to 196 in 11a60b3
|
@PrithviAPai please close this issue if it has been resolved / answered. |
Reference: #2560
The text was updated successfully, but these errors were encountered: