Files
mbedtls/library
Gilles Peskine 2de4691bb0 Make entropy double-free work
Although the library documentation does not guarantee that calling
mbedtls_entropy_free() twice works, it's a plausible assumption and it's
natural to write code that frees an object twice. While this is uncommon for
an entropy context, which is usually a global variable, it came up in our
own unit tests (random_twice tests in test_suite_random in the
development branch).

Announce this in the same changelog entry as for RSA because it's the same
bug in the two modules.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-02-23 11:28:19 +01:00
..
2020-10-22 10:34:20 +02:00
2020-12-09 01:22:11 +00:00
2021-02-23 11:28:19 +01:00
2020-11-16 16:09:41 +01:00
2020-09-09 14:51:03 +02:00
2020-09-22 16:19:25 +02:00
2021-02-12 15:57:03 +01:00
2020-11-29 14:45:10 -03:00