Prithvi A Pai

Results 6 issues of Prithvi A Pai

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...

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,...

enhancement

Reference: https://github.com/DMTF/libspdm/issues/2560

enhancement

Hi Team, I went into a scenario where I see lot of performance impact when I try to `send/receive` data with libspdm. The transaction happens over MCTP. Scenario: 1) We...

Currently in SPDM Requester case libspdm triggers send callback registered when it has payload to send. Based on return value of the callback the receive callback registered is called subsequently....

enhancement

Requesting for adding https://github.com/DMTF/spdm-emu/tree/main/library/spdm_transport_none_lib in libspdm. As there might be use cases of having different transport so it would be helpful for having transport none in libspdm.