Files
mbedtls/library
Gilles Peskine d7e82ad9bf 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-12 15:57:03 +01:00
..
2020-10-22 10:34:20 +02:00
2020-12-09 01:22:11 +00: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