Closed Wenxing-hou closed 1 year ago
libspdm now returns SPDM_ERROR_CODE_VERSION_MISMATCH
instead of SPDM_ERROR_CODE_INVALID_REQUEST
. But regardless of the error code the 1.2 test shouldn't exist, as the SPDM specification doesn't say what should be done in this case.
libspdm now returns
SPDM_ERROR_CODE_VERSION_MISMATCH
instead ofSPDM_ERROR_CODE_INVALID_REQUEST
. But regardless of the error code the 1.2 test shouldn't exist, as the SPDM specification doesn't say what should be done in this case.
Yes. The spec doesn't clear this behavior. So I think we can change return value for this issue and keep the check until there are more detail behavior in spec.
I think we can keep both values be valid.
please update document as well.
When use the latest libspdm, the test case 1.2 failed.