]> Git Repo - u-boot.git/commit
lib: rsa: add documentation to padding_pss_verify to document limitations
authorHeiko Stuebner <[email protected]>
Thu, 18 Jun 2020 14:23:26 +0000 (16:23 +0200)
committerTom Rini <[email protected]>
Wed, 8 Jul 2020 21:21:46 +0000 (17:21 -0400)
commit1a62c23ecf1f38d999f7d94d8d27fbc97483b35d
treebf50166ccca9a33ab3849a3b2a0306aeef1796a5
parenteda753be8a33d9cadf2c41ea614069a31e314ba3
lib: rsa: add documentation to padding_pss_verify to document limitations

padding_pss_verify only works with the default pss salt setting of -2
(length to be automatically determined based on the PSS block structure)
not -1 (salt length set to the maximum permissible value), which makes
verifications of signatures with that saltlen fail.

Until this gets implemented at least document this behaviour.

Signed-off-by: Heiko Stuebner <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
lib/rsa/rsa-verify.c
This page took 0.032499 seconds and 4 git commands to generate.