mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-18 09:10:17 +00:00
Revert ChangeLog change
_ALT was actually more accurate than alternative when describing implementations in this case. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
40d3fd389a
commit
f3e1a25ef8
|
@ -131,8 +131,8 @@ Bugfix
|
||||||
and using a Montgomery curve for the key exchange. Reported by lhuang04
|
and using a Montgomery curve for the key exchange. Reported by lhuang04
|
||||||
in #4578. Fixes #4608.
|
in #4578. Fixes #4608.
|
||||||
* psa_verify_hash() was relying on implementation-specific behavior of
|
* psa_verify_hash() was relying on implementation-specific behavior of
|
||||||
mbedtls_rsa_rsassa_pss_verify() and was causing failures in some
|
mbedtls_rsa_rsassa_pss_verify() and was causing failures in some _ALT
|
||||||
alternative implementations. This reliance is now removed. Fixes #3990.
|
implementations. This reliance is now removed. Fixes #3990.
|
||||||
* Disallow inputs of length different from the corresponding hash when
|
* Disallow inputs of length different from the corresponding hash when
|
||||||
signing or verifying with PSA_ALG_RSA_PSS (The PSA Crypto API mandates
|
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.)
|
that PSA_ALG_RSA_PSS uses the same hash throughout the algorithm.)
|
||||||
|
|
Loading…
Reference in a new issue