-
Notifications
You must be signed in to change notification settings - Fork 104
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
Need test: Completion of CHALLENGE
sets M1/M2 to null
.
#2118
Comments
@Zhiqiang520 , I checked the code and found that they are reset at
Would you please double check? |
@jyao1, Sorry for my misleading, |
can you add such test to libspdm? I would like to change it as test issue and assign to you. |
CHALLENGE
sets M1/M2 to null
.CHALLENGE
sets M1/M2 to null
.
Fix: DMTF#2118 Signed-off-by: Zhao, Zhiqiang <zhiqiang.zhao@intel.com>
I have submitted the PR to add the test cases to libspdm. |
Fix: DMTF#2118 Signed-off-by: Zhao, Zhiqiang <zhiqiang.zhao@intel.com>
Fix: #2118 Signed-off-by: Zhao, Zhiqiang <zhiqiang.zhao@intel.com>
Completion of
CHALLENGE
sets M1/M2 tonull
.Table 38 — Request ordering and message transcript computation rules for M1/M2
in DSP0274_1.2.1.pdf.libspdm_reset_message_*
functions should be called beforestatus = LIBSPDM_STATUS_SUCCESS;
at the line 339.libspdm/library/spdm_requester_lib/libspdm_req_challenge.c
Lines 338 to 343 in 83cbb2f
3. So I think maybe the following two
libspdm_reset_message_mut_*
functions should be called beforereturn LIBSPDM_STATUS_SUCCESS;
at the line 188.libspdm/library/spdm_requester_lib/libspdm_req_encap_challenge_auth.c
Lines 186 to 188 in 83cbb2f
4. So I think maybe the following two
libspdm_reset_message_mut_*
functions should be called beforereturn LIBSPDM_STATUS_SUCCESS;
at the line 222.libspdm/library/spdm_responder_lib/libspdm_rsp_encap_challenge.c
Lines 217 to 222 in 83cbb2f
The text was updated successfully, but these errors were encountered: