commit | 81eff51047e2fb29f518f8a3721f539a68a11b6d | [log] [tgz] |
---|---|---|
author | SESA644425 <giojahermann@gmail.com> | Wed Mar 09 01:27:17 2022 -0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 11 11:39:19 2022 -0400 |
tree | 486e72833b382d1c9343c15fb4f678eb4d0ff77a | |
parent | fb7330545e08876e26dae155f6f6d6788e4a102e [diff] |
lib: rsa: Update function padding_pss_verify (any-salt) 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 <gioja.hermann@non.se.com> Reviewed-by: Simon Glass <sjg@chromium.org>