Merge pull request #8934 from paul-elliott-arm/add_threading_changelog

Add changelog entry for threading MVP
This commit is contained in:
Manuel Pégourié-Gonnard 2024-03-18 10:25:14 +00:00 committed by GitHub
commit 47f8d0e840
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,6 @@
Features
* Add protection for multithreaded access to the PSA keystore and protection
for multithreaded access to the the PSA global state, including
concurrently calling psa_crypto_init() when MBEDTLS_THREADING_C and
MBEDTLS_THREADING_PTHREAD are defined. See
docs/architecture/psa-thread-safety/psa-thread-safety.md for more details.