Re: [PATCH v3 2/5] livepatch: Embed public key in Xen

2025-06-20 Thread Jan Beulich
On 20.06.2025 11:39, Roger Pau Monné wrote: > On Mon, Jun 02, 2025 at 02:36:34PM +0100, Ross Lagerwall wrote: >> From: Kevin Lampis >> >> Make it possible to embed a public key in Xen to be used when verifying >> live patch payloads. Inclusion of the public key is optional. >> >> To avoid needing

Re: [PATCH v3 2/5] livepatch: Embed public key in Xen

2025-06-20 Thread Roger Pau Monné
On Mon, Jun 02, 2025 at 02:36:34PM +0100, Ross Lagerwall wrote: > From: Kevin Lampis > > Make it possible to embed a public key in Xen to be used when verifying > live patch payloads. Inclusion of the public key is optional. > > To avoid needing to include a DER / X.509 parser in the hypervisor,

Re: [PATCH v3 2/5] livepatch: Embed public key in Xen

2025-06-20 Thread Roger Pau Monné
On Fri, Jun 20, 2025 at 12:09:21PM +0200, Jan Beulich wrote: > On 20.06.2025 11:39, Roger Pau Monné wrote: > > On Mon, Jun 02, 2025 at 02:36:34PM +0100, Ross Lagerwall wrote: > >> From: Kevin Lampis > >> > >> Make it possible to embed a public key in Xen to be used when verifying > >> live patch p

Re: [PATCH v3 2/5] livepatch: Embed public key in Xen

2025-06-20 Thread Roger Pau Monné
On Thu, Jun 05, 2025 at 01:19:00PM +0200, Jan Beulich wrote: > On 02.06.2025 15:36, Ross Lagerwall wrote: > > From: Kevin Lampis > > > > Make it possible to embed a public key in Xen to be used when verifying > > live patch payloads. Inclusion of the public key is optional. > > > > To avoid need

Re: [PATCH v3 2/5] livepatch: Embed public key in Xen

2025-06-05 Thread Jan Beulich
On 02.06.2025 15:36, Ross Lagerwall wrote: > From: Kevin Lampis > > Make it possible to embed a public key in Xen to be used when verifying > live patch payloads. Inclusion of the public key is optional. > > To avoid needing to include a DER / X.509 parser in the hypervisor, the > public key is

Re: [PATCH v3 2/5] livepatch: Embed public key in Xen

2025-06-05 Thread Jan Beulich
On 02.06.2025 15:36, Ross Lagerwall wrote: > From: Kevin Lampis > > Make it possible to embed a public key in Xen to be used when verifying > live patch payloads. Inclusion of the public key is optional. > > To avoid needing to include a DER / X.509 parser in the hypervisor, the > public key is