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 at commit eef0df6a5953 (lib/mpi/*). > > Signed-off-by: Ross Lagerwall <ross.lagerw...@citrix.com>
Acked-by: Jan Beulich <jbeul...@suse.com> This looks like it's independent of the earlier patches, and hence could go in right away. Then again maybe doing so wouldn't make much sense prior to ... > --- a/xen/crypto/Makefile > +++ b/xen/crypto/Makefile > @@ -1,4 +1,5 @@ > obj-y += rijndael.o > +obj-$(CONFIG_PAYLOAD_VERIFY) += rsa.o ... this new Kconfig setting appearing (eve though the lack thereof wouldn't break anything, afaict). Jan