[SPDM 1.3] The responder should be able to generate one DIGESTS response matching with the state Exists with key
.
#2493
Labels
enhancement
New feature or request
The responder should be able to generate one DIGESTS response matching with the state
Exists with key
.Certificate slots have one state named
3. Exists with key
that can be reported in theDIGESTS
response.Refer to the paragraph 366 In DSP0274_1.3.0.pdf.
Refer to the paragraph 369 Table 35 — Successful DIGESTS response message format In DSP0274_1.3.0.pdf.
But the responder will never generate one
DIGESTS
response matching with the above state3. Exists with key
:spdm_context->local_context.local_cert_chain_provision[index] = NULL
spdm_response->header.param2 |= (1 << index)
spdm_context->local_context.local_cert_info[index] = SPDM_CERTIFICATE_INFO_CERT_MODEL_NONE
digest[hash_size * slot_index]
be all zeros.libspdm/library/spdm_responder_lib/libspdm_rsp_digests.c
Lines 140 to 161 in 159ecd1
The text was updated successfully, but these errors were encountered: