-
Notifications
You must be signed in to change notification settings - Fork 108
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
SessionID creation is backwards #1424
Comments
Additionally the specification doesn't formally define |
Issue has been filed at https://github.com/DMTF/SPDM-WG/issues/2281 |
This will break the compatibility. We need highlight in release notes. |
|
Wenxing-hou
added a commit
to Wenxing-hou/libspdm
that referenced
this issue
Dec 1, 2022
Fix the issue: DMTF#1424 Make session_id generate right. Signed-off-by: Wenxing Hou <[email protected]>
steven-bellock
pushed a commit
that referenced
this issue
Dec 1, 2022
Fix the issue: #1424 Make session_id generate right. Signed-off-by: Wenxing Hou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The specification says
where presumably
ReqSessionID
occupies the least-significant bytes andRspSessionID
occupies the most-significant bytes. However in libspdm it is the opposite :libspdm/library/spdm_requester_lib/libspdm_req_key_exchange.c
Line 530 in 8a5f88b
The text was updated successfully, but these errors were encountered: