libspdm icon indicating copy to clipboard operation
libspdm copied to clipboard

Support for `SPDM Responder` to send/receive application data

Open PrithviAPai opened this issue 2 years ago • 1 comments

image

After secure session establishment, SPDM Spec allows either Requester pr Responder to send/receive application data. In libspdm there is a support for Responder to register the receive function callback. However, in SPDM Responder library we dont have send capability. Is there any plans in developing that ?

Thanks, Prithvi A Pai

PrithviAPai avatar Feb 15 '24 11:02 PrithviAPai

Is there any plans in developing that ?

There can be. Presumably libspdm_send_data and libspdm_receive_data would move to common_lib.

steven-bellock avatar Feb 15 '24 16:02 steven-bellock