mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-24 21:07:49 +03: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>