Re: [RFC PATCH v3 3/8] lib: rsa: allow rsa verify with pkey in SPL

2021-11-24 Thread Simon Glass
On Wed, 17 Nov 2021 at 10:52, Philippe Reynes wrote: > > This commit adds the option SPL_RSA_VERIFY_WITH_PKEY. > > Signed-off-by: Philippe Reynes > --- > lib/rsa/Kconfig | 8 > 1 file changed, 8 insertions(+) > > diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig > index 469596abe7..608d51c

[RFC PATCH v3 3/8] lib: rsa: allow rsa verify with pkey in SPL

2021-11-17 Thread Philippe Reynes
This commit adds the option SPL_RSA_VERIFY_WITH_PKEY. Signed-off-by: Philippe Reynes --- lib/rsa/Kconfig | 8 1 file changed, 8 insertions(+) diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig index 469596abe7..608d51c428 100644 --- a/lib/rsa/Kconfig +++ b/lib/rsa/Kconfig @@ -46,6 +46,14 @