-
Notifications
You must be signed in to change notification settings - Fork 102
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
request_response_code
checking for GET_SUPPORTED_EVENT_TYPES request message
is wrong.
#2643
Labels
bug
Something isn't working
Comments
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Mar 29, 2024
Fix DMTF#2641. Fix DMTF#2642. Fix DMTF#2643. Signed-off-by: Steven Bellock <[email protected]>
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Apr 1, 2024
Fix DMTF#2641. Fix DMTF#2642. Fix DMTF#2643. Signed-off-by: Steven Bellock <[email protected]>
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Apr 1, 2024
Fix DMTF#2641. Fix DMTF#2642. Fix DMTF#2643. These fixes include a workaround for DMTF#2645 in https://github.com/DMTF/libspdm/blob/main/unit_test/test_spdm_requester/get_event_types.c. When that issue is fixed the workaround should be reverted. Signed-off-by: Steven Bellock <[email protected]>
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Apr 1, 2024
Fix DMTF#2641. Fix DMTF#2642. Fix DMTF#2643. These fixes include a workaround for DMTF#2645 in https://github.com/DMTF/libspdm/blob/main/unit_test/test_spdm_requester/get_event_types.c. When that issue is fixed the workaround should be reverted. Signed-off-by: Steven Bellock <[email protected]>
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Apr 1, 2024
Fix DMTF#2641. Fix DMTF#2642. Fix DMTF#2643. These fixes include a workaround for DMTF#2645 in https://github.com/DMTF/libspdm/blob/main/unit_test/test_spdm_requester/get_event_types.c. When that issue is fixed the workaround should be reverted. Signed-off-by: Steven Bellock <[email protected]>
Merged
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Apr 2, 2024
Fix DMTF#2641. Fix DMTF#2642. Fix DMTF#2643. These fixes include a workaround for DMTF#2645 in https://github.com/DMTF/libspdm/blob/main/unit_test/test_spdm_requester/get_event_types.c. When that issue is fixed the workaround should be reverted. Signed-off-by: Steven Bellock <[email protected]>
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Apr 2, 2024
Fix DMTF#2641. Fix DMTF#2642. Fix DMTF#2643. These fixes include a workaround for DMTF#2645 in https://github.com/DMTF/libspdm/blob/main/unit_test/test_spdm_requester/get_event_types.c. When that issue is fixed the workaround should be reverted. Signed-off-by: Steven Bellock <[email protected]>
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Apr 2, 2024
Fix DMTF#2641. Fix DMTF#2642. Fix DMTF#2643. These fixes include a workaround for DMTF#2645 in https://github.com/DMTF/libspdm/blob/main/unit_test/test_spdm_requester/get_event_types.c. When that issue is fixed the workaround should be reverted. Signed-off-by: Steven Bellock <[email protected]>
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Apr 3, 2024
Fix DMTF#2641. Fix DMTF#2642. Fix DMTF#2643. These fixes include a workaround for DMTF#2645 in https://github.com/DMTF/libspdm/blob/main/unit_test/test_spdm_requester/get_event_types.c. When that issue is fixed the workaround should be reverted. Signed-off-by: Steven Bellock <[email protected]>
steven-bellock
added a commit
to steven-bellock/libspdm
that referenced
this issue
Apr 3, 2024
Fix DMTF#2641. Fix DMTF#2642. Fix DMTF#2643. These fixes include a workaround for DMTF#2645 in https://github.com/DMTF/libspdm/blob/main/unit_test/test_spdm_requester/get_event_types.c. When that issue is fixed the workaround should be reverted. Signed-off-by: Steven Bellock <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
request_response_code
checking forGET_SUPPORTED_EVENT_TYPES request message
is wrong.I think
SPDM_SUPPORTED_EVENT_TYPES
at line 30 should be changed toSPDM_GET_SUPPORTED_EVENT_TYPES
.libspdm/library/spdm_responder_lib/libspdm_rsp_supported_event_types.c
Lines 29 to 30 in d6a8003
The text was updated successfully, but these errors were encountered: