mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 23:05:38 +01:00
Add ChangeLog entry
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
02becd90a6
commit
0e89dafbab
7
ChangeLog.d/psa-rsa-verify-alt-fix.txt
Normal file
7
ChangeLog.d/psa-rsa-verify-alt-fix.txt
Normal file
@ -0,0 +1,7 @@
|
||||
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.)
|
Loading…
Reference in New Issue
Block a user