mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-19 13:20:22 +08:00

PSA_ALG_RSA_PSS algorithm now accepts only the same salt length for verification that it produces when signing, as documented. Fixes #4946. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>