mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-27 20:14:23 +01:00
8 lines
443 B
Plaintext
8 lines
443 B
Plaintext
|
Bugfix
|
||
|
* psa_verify_hash() was relying on implementation-specific behavior of
|
||
|
mbedtls_rsa_rsassa_pss_verify() and was causing failures in some _ALT
|
||
|
implementations. This reliance is now removed. Fixes #3990.
|
||
|
* Disallow inputs of length different from the corresponding hash when
|
||
|
signing or verifying with PSA_ALG_RSA_PSS (The PSA Crypto API mandates
|
||
|
that PSA_ALG_RSA_PSS uses the same hash throughout the algorithm.)
|