Re: [PATCH v3 02/14] rsa: add parser of raw format

2024-09-12 Thread Jarkko Sakkinen
On Wed Sep 11, 2024 at 3:28 PM EEST, Roberto Sassu wrote: > From: Roberto Sassu > > Parse the RSA key with RAW format if the ASN.1 parser returns an error, to > avoid passing somehow the key format as parameter. > > Signed-off-by: Roberto Sassu > Signed-off-by: David Howells > --- > crypto/rsa.

[PATCH v3 02/14] rsa: add parser of raw format

2024-09-11 Thread Roberto Sassu
From: Roberto Sassu Parse the RSA key with RAW format if the ASN.1 parser returns an error, to avoid passing somehow the key format as parameter. Signed-off-by: Roberto Sassu Signed-off-by: David Howells --- crypto/rsa.c | 14 -- crypto/rsa_helper.c | 83 +++