Re: [PATCH v8 06/15] lib: rsa: allow rsa verify with pkey in SPL

2022-03-31 Thread Tom Rini
On Mon, Mar 28, 2022 at 10:56:58PM +0200, Philippe Reynes wrote: > This commit adds the option SPL_RSA_VERIFY_WITH_PKEY. > > Reviewed-by: Simon Glass > Signed-off-by: Philippe Reynes Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v8 06/15] lib: rsa: allow rsa verify with pkey in SPL

2022-03-28 Thread Philippe Reynes
This commit adds the option SPL_RSA_VERIFY_WITH_PKEY. Reviewed-by: Simon Glass Signed-off-by: Philippe Reynes --- lib/rsa/Kconfig | 19 +++ 1 file changed, 19 insertions(+) diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig index be9775bcce..b773f17c26 100644 --- a/lib/rsa/Kconfig