Conversation
|
@PrithviAPai , please squash your commit. |
0ec70df to
3b76148
Compare
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>
3b76148 to
c9365ea
Compare
Addressed the comment. |
|
Thanks for your commit. And I compare the change: no code changes, only positional changes. LGTM. |
|
Would you please show an example on how responder uses those APIs? |
SPDM Responder(Integrator) daemon can expose APIs for applications to send encrypted data to SPDM EndPoint. |
|
Pull request is stale. A new one can be created to resolve the issue. |
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: #2571