DMTF / libspdm

BSD 3-Clause "New" or "Revised" License
104 stars 100 forks source link

Need add `FINISH_RSP` test case to cover the scenario: either the Requester or the Responder set `HANDSHAKE_IN_THE_CLEAR_CAP` to 0. #2774

Closed Zhiqiang520 closed 2 months ago

Zhiqiang520 commented 2 months ago

There is no FINISH_RSP test case cover the scenario: either the Requester or the Responder set HANDSHAKE_IN_THE_CLEAR_CAP to 0.

Currently all the FINISH_RSP test cases set both the Requester and Responder support HANDSHAKE_IN_THE_CLEAR_CAP as following: https://github.com/DMTF/libspdm/blob/504fd45779aafcab36e770030bcc44104e558764/unit_test/test_spdm_responder/finish.c#L146-L149