mbedtls/ChangeLog.d/fix-concurrently-loading-non-existent-keys.txt
Ryan Everett c51e948370 Add changelog
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
2024-04-30 14:04:17 +01:00

5 lines
182 B
Plaintext

Bugfix
* Fix rare concurrent access bug where attempting to operate on a
non-existent key while concurrently creating a new key could potentially
corrupt the key store.