Re: [RFC 1/4] spdm-socket: add seperate send/recv functions

2025-01-15 Thread Wilfred Mallawa
On Wed, 2025-01-15 at 12:28 +1000, Alistair Francis wrote: > On Wed, Jan 8, 2025 at 12:04 AM Wilfred Mallawa via > wrote: > > > > This is to support uni-directional transports such as SPDM > > over Storage. As specified by the DMTF DSP0286. > > > > Signed-off-by: Wilfred Mallawa > > --- > >  ba

Re: [RFC 1/4] spdm-socket: add seperate send/recv functions

2025-01-14 Thread Alistair Francis
On Wed, Jan 8, 2025 at 12:04 AM Wilfred Mallawa via wrote: > > This is to support uni-directional transports such as SPDM > over Storage. As specified by the DMTF DSP0286. > > Signed-off-by: Wilfred Mallawa > --- > backends/spdm-socket.c | 25 + > include/system/spd

[RFC 1/4] spdm-socket: add seperate send/recv functions

2025-01-07 Thread Wilfred Mallawa via
This is to support uni-directional transports such as SPDM over Storage. As specified by the DMTF DSP0286. Signed-off-by: Wilfred Mallawa --- backends/spdm-socket.c | 25 + include/system/spdm-socket.h | 35 +++ 2 files changed, 60 in