Janos Follath | 3dd3ff0 | 2021-06-15 16:08:29 +0100 | [diff] [blame] | 1 | Bugfix |
2 | * psa_verify_hash() was relying on implementation-specific behavior of | ||||
3 | mbedtls_rsa_rsassa_pss_verify() and was causing failures in some _ALT | ||||
4 | implementations. This reliance is now removed. Fixes #3990. | ||||
5 | * Disallow inputs of length different from the corresponding hash when | ||||
6 | signing or verifying with PSA_ALG_RSA_PSS (The PSA Crypto API mandates | ||||
7 | that PSA_ALG_RSA_PSS uses the same hash throughout the algorithm.) |