[SPDM 1.3] The SlotID
fields shall not specify this certificate slot when the corresponding Key Usage
is not set.
#2495
Labels
bug
Something isn't working
The
SlotID
fields shall not specify this certificate slot when the correspondingMULTI_KEY_CONN_REQ
orMULTI_KEY_CONN_RSP
is true and the correspondingKey Usage
is not set, for CHALLENGE, MEASUREMENTS, KEY_EXCHANGE and so on.Refer to the paragraph 373

Table 37 — Key usage bit mask
In DSP0274_1.3.0.pdf.For example,
slot_id
received from CHALLENGE request message at line 94 was directly set toauth_attribute
without checking its correspondingKey Usage
at line 141.libspdm/library/spdm_responder_lib/libspdm_rsp_challenge_auth.c
Line 94 in 159ecd1
libspdm/library/spdm_responder_lib/libspdm_rsp_challenge_auth.c
Lines 139 to 141 in 159ecd1
The text was updated successfully, but these errors were encountered: