-
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
Key exchange fails on 'encap_cap_both' check when running SPDM 1.2 #2959
Labels
bug
Something isn't working
Comments
Yes, it looks like that was missed in #2471. Note that, as of SPDM 1.2.2 |
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Jan 15, 2025
Fix DMTF#2959. Signed-off-by: Steven Bellock <sbellock@nvidia.com>
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Jan 15, 2025
Fix DMTF#2959. Signed-off-by: Steven Bellock <sbellock@nvidia.com>
hi, |
In general, no, but this issue has had a pull request in #2960. |
yes I saw, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running SPDM 1.2 even that encap_cap is deprecated in DMTF spec SPDM1.2:
Still there is a check for the responder and requester encap_cap capability values to be true (source/fw/tools/libspdm_emulator/src/library/spdm_requester_lib/libspdm_req_key_exchange.c) - what cause a failure in the flow, and it's wrong.
Need to add there a check what's the SPDM version that configured.
The text was updated successfully, but these errors were encountered: