Re: [PATCH v3 3/5] crypto: Add RSA support

2025-06-23 Thread Jan Beulich
On 20.06.2025 18:11, Ross Lagerwall wrote: > On Fri, Jun 20, 2025 at 10:53 AM Roger Pau Monné wrote: >> >> On Mon, Jun 02, 2025 at 02:36:35PM +0100, Ross Lagerwall wrote: >>> In preparation for adding support for livepatch signing, add support for >>> RSA crypto. >>> >>> The RSA code is extracted

Re: [PATCH v3 3/5] crypto: Add RSA support

2025-06-20 Thread Ross Lagerwall
On Fri, Jun 20, 2025 at 10:53 AM Roger Pau Monné wrote: > > On Mon, Jun 02, 2025 at 02:36:35PM +0100, Ross Lagerwall wrote: > > In preparation for adding support for livepatch signing, add support for > > RSA crypto. > > > > The RSA code is extracted from Nettle at tag nettle_3.2_release_20160128

Re: [PATCH v3 3/5] crypto: Add RSA support

2025-06-20 Thread Roger Pau Monné
On Mon, Jun 02, 2025 at 02:36:35PM +0100, Ross Lagerwall wrote: > In preparation for adding support for livepatch signing, add support for > RSA crypto. > > The RSA code is extracted from Nettle at tag nettle_3.2_release_20160128 > (https://git.lysator.liu.se/nettle/nettle). > > The MPI code is e

Re: [PATCH v3 3/5] crypto: Add RSA support

2025-06-05 Thread Jan Beulich
On 02.06.2025 15:36, Ross Lagerwall wrote: > In preparation for adding support for livepatch signing, add support for > RSA crypto. > > The RSA code is extracted from Nettle at tag nettle_3.2_release_20160128 > (https://git.lysator.liu.se/nettle/nettle). > > The MPI code is extracted from Linux a