Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for SPDM Responder to send/receive application data #2571

Open
PrithviAPai opened this issue Feb 15, 2024 · 1 comment
Open

Support for SPDM Responder to send/receive application data #2571

PrithviAPai opened this issue Feb 15, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@PrithviAPai
Copy link

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

@steven-bellock steven-bellock added the enhancement New feature or request label Feb 15, 2024
@steven-bellock
Copy link
Contributor

Is there any plans in developing that ?

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

PrithviAPai added a commit to PrithviAPai/libspdm that referenced this issue Feb 29, 2024
Once secure session is established, in application phase both SPDM
Requester and SPDM Responder can send/receive messages.
Added patch which will enable SPDM Responders also to send message
during Appication phase.

Resolves issue: DMTF#2571

Signed-off-by: Prithvi A Pai <prithvi.a.pai@intel.com>
PrithviAPai added a commit to PrithviAPai/libspdm that referenced this issue Feb 29, 2024
Once secure session is established, in application phase both SPDM
Requester and SPDM Responder can send/receive messages.
Added patch which will enable SPDM Responders also to send message
during Appication phase.

Resolves issue: DMTF#2571

Signed-off-by: Prithvi A Pai <prithvi.a.pai@intel.com>
PrithviAPai added a commit to PrithviAPai/libspdm that referenced this issue Feb 29, 2024
Once secure session is established, in application phase both SPDM Requester and SPDM Responder can send/receive messages.
Added patch which will enable SPDM Responders also to send message during Appication phase.

Resolves issue: DMTF#2571

Signed-off-by: Prithvi A Pai <prithvi.a.pai@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants