Re: [PATCH 3/3] lib: rsa: Update function padding_pss_verify (any-salt)

2022-04-11 Thread Tom Rini
On Wed, Mar 09, 2022 at 01:27:17AM -0800, SESA644425 wrote: > Modify function to support any salt length instead of max > length only. Function now detects salt length by parsing > the content of db buffer. Note that it works with (but is > not limited to) zero-length, digest-length and

Re: [PATCH 3/3] lib: rsa: Update function padding_pss_verify (any-salt)

2022-03-11 Thread Simon Glass
On Wed, 9 Mar 2022 at 02:28, SESA644425 wrote: > > Modify function to support any salt length instead of max > length only. Function now detects salt length by parsing > the content of db buffer. Note that it works with (but is > not limited to) zero-length, digest-length and max-length > >

[PATCH 3/3] lib: rsa: Update function padding_pss_verify (any-salt)

2022-03-09 Thread SESA644425
Modify function to support any salt length instead of max length only. Function now detects salt length by parsing the content of db buffer. Note that it works with (but is not limited to) zero-length, digest-length and max-length Signed-off-by: SESA644425 --- Despite checkpath.pl