mbedtls/ChangeLog.d
Gilles Peskine ae3741e8a4 Fix an incorrect error code if RSA private operation glitched
mbedtls_rsa_private() could return the sum of two RSA error codes
instead of a valid error code in some rare circumstances:

* If rsa_prepare_blinding() returned  MBEDTLS_ERR_RSA_RNG_FAILED
  (indicating a misbehaving or misconfigured RNG).
* If the comparison with the public value failed (typically indicating
  a glitch attack).

Make sure not to add two high-level error codes.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-01-06 18:22:40 +01:00
..
00README.md 2.24.0 is still covered by the old policy 2020-10-01 00:35:49 +02:00
issue3819.txt Updated change description as suggested by @gilles-peskine-arm. 2021-01-05 11:28:30 -06:00
programs-ssl-use-after-scope.txt Add Changelog entry 2020-12-16 15:02:50 +01:00
psa-crypto-hmac-drbg.txt PSA support for HMAC_DRBG: changelog entry 2020-11-23 17:42:54 +01:00
psa_close_key_memory_leak_fix.txt PSA Crypto: Don't skip key data removal when SE driver is not in use 2020-12-17 11:05:36 +01:00
rsa_private-ret.txt Fix an incorrect error code if RSA private operation glitched 2021-01-06 18:22:40 +01:00