Files
mbedtls/ChangeLog.d
Gilles Peskine 74f66bb5c3 Fix non-constant-time comparison in mbedtls_mpi_random
Calling mbedtls_mpi_cmp_int reveals the number of leading zero limbs
to an adversary who is capable of very fine-grained timing
measurements. This is very little information, but could be practical
with secp521r1 (1/512 chance of the leading limb being 0) if the
adversary can measure the precise timing of a large number of
signature operations.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-06-04 14:50:23 +02:00
..
2020-09-27 23:51:21 +03:00
2021-04-01 14:55:04 +02:00
2021-05-12 14:37:24 -04:00
2021-05-21 05:29:01 +01:00