Re: [PATCH 2/3] backends: Initial support for SPDM socket support

2023-09-25 Thread Jonathan Cameron via
On Thu, 21 Sep 2023 16:28:00 +1000 Alistair Francis wrote: > On Mon, Sep 18, 2023 at 8:28 PM Jonathan Cameron > wrote: > > > > On Mon, 18 Sep 2023 13:16:01 +1000 > > Alistair Francis wrote: > > > > > On Sat, Sep 16, 2023 at 1:19 AM Jonathan Cameron > > > wrote: > > > > > > > > On Fri, 15 S

Re: [PATCH 2/3] backends: Initial support for SPDM socket support

2023-09-20 Thread Alistair Francis
On Mon, Sep 18, 2023 at 8:28 PM Jonathan Cameron wrote: > > On Mon, 18 Sep 2023 13:16:01 +1000 > Alistair Francis wrote: > > > On Sat, Sep 16, 2023 at 1:19 AM Jonathan Cameron > > wrote: > > > > > > On Fri, 15 Sep 2023 21:27:22 +1000 > > > Alistair Francis wrote: > > > > > > > From: Huai-Cheng

Re: [PATCH 2/3] backends: Initial support for SPDM socket support

2023-09-18 Thread Jonathan Cameron via
On Mon, 18 Sep 2023 13:16:01 +1000 Alistair Francis wrote: > On Sat, Sep 16, 2023 at 1:19 AM Jonathan Cameron > wrote: > > > > On Fri, 15 Sep 2023 21:27:22 +1000 > > Alistair Francis wrote: > > > > > From: Huai-Cheng Kuo > > > > Great to see you taking this forwards! > > > > > > > > > >

Re: [PATCH 2/3] backends: Initial support for SPDM socket support

2023-09-17 Thread Alistair Francis
On Sat, Sep 16, 2023 at 1:19 AM Jonathan Cameron wrote: > > On Fri, 15 Sep 2023 21:27:22 +1000 > Alistair Francis wrote: > > > From: Huai-Cheng Kuo > > Great to see you taking this forwards! > > > > > > SPDM enables authentication, attestation and key exchange to assist in > > providing infrastr

Re: [PATCH 2/3] backends: Initial support for SPDM socket support

2023-09-15 Thread Jonathan Cameron via
On Fri, 15 Sep 2023 21:27:22 +1000 Alistair Francis wrote: > From: Huai-Cheng Kuo Great to see you taking this forwards! > > SPDM enables authentication, attestation and key exchange to assist in > providing infrastructure security enablement. It's a standard published > by the DMTF [1]. >

[PATCH 2/3] backends: Initial support for SPDM socket support

2023-09-15 Thread Alistair Francis
From: Huai-Cheng Kuo SPDM enables authentication, attestation and key exchange to assist in providing infrastructure security enablement. It's a standard published by the DMTF [1]. SPDM currently supports PCIe DOE and MCTP transports, but it can be extended to support others in the future. This