mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 18:15:40 +01:00
Add missing ChangeLog entry
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
7bbd7ea7ad
commit
3d5d889e0d
@ -30,6 +30,8 @@ Security
|
|||||||
Johan Malmgren and Johan Uppman Bruce from Sectra.
|
Johan Malmgren and Johan Uppman Bruce from Sectra.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
|
* Fix an invalid (but nonzero) return code from mbedtls_pk_parse_subpubkey()
|
||||||
|
when the input has trailing garbage. Fixes #2512.
|
||||||
* Fix rsa_prepare_blinding() to retry when the blinding value is not
|
* Fix rsa_prepare_blinding() to retry when the blinding value is not
|
||||||
invertible (mod N), instead of returning MBEDTLS_ERR_RSA_RNG_FAILED. This
|
invertible (mod N), instead of returning MBEDTLS_ERR_RSA_RNG_FAILED. This
|
||||||
addresses a regression but is rare in practice (approx. 1 in 2/sqrt(N)).
|
addresses a regression but is rare in practice (approx. 1 in 2/sqrt(N)).
|
||||||
|
Loading…
Reference in New Issue
Block a user