Closed mcsmonk closed 1 year ago
https://github.com/DMTF/SPDM-Responder-Validator/blob/9d1aa8856b0c4314d74a31155de39306357ada98/library/spdm_responder_conformance_test_lib/spdm_responder_test_3_algorithms.c#L49-L63
It seems that this code doesn't set requester's capability flag.
Below is the GET_CAPABILITY request message log over DOE transport
send-doe (20 bytes)... -> 0x00000000 : 00010001 # DOE Header 1 -> 0x00000004 : 00000005 # DOE Header 2 -> 0x00000008 : 0000E111 # SPDM Header (Param2 | Param1 | Cmd | Version) -> 0x0000000C : 00000000 # SPDM Payload -> 0x00000010 : 00000000 # ...
https://github.com/DMTF/SPDM-Responder-Validator/blob/9d1aa8856b0c4314d74a31155de39306357ada98/library/spdm_responder_conformance_test_lib/spdm_responder_test_3_algorithms.c#L49-L63
It seems that this code doesn't set requester's capability flag.
Below is the GET_CAPABILITY request message log over DOE transport