Files
mbedtls/library
Gilles Peskine b9fce3cea1 Fix mutex double-free in RSA
When MBEDTLS_THREADING_C is enabled, RSA code protects the use of the
key with a mutex. mbedtls_rsa_free() frees this mutex by calling
mbedtls_mutex_free(). This does not match the usage of
mbedtls_mutex_free(), which in general can only be done once.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-02-22 19:40:41 +01:00
..
2020-12-09 01:21:50 +00:00
2020-11-16 13:07:51 +01:00
2020-09-09 15:17:11 +02:00
2020-09-22 16:22:27 +02:00
2021-02-22 19:40:41 +01:00
2020-11-28 14:59:56 -03:00