blob: e9f6cc7ed7fa2967be12db2186e989c3a89ef22a [file] [log] [blame]
Paul Elliott7d8fd3f2024-03-15 17:50:45 +00001Features
2 * Add protection for multithreaded access to the PSA keystore and protection
3 for multithreaded access to the the PSA global state, including
4 concurrently calling psa_crypto_init() when MBEDTLS_THREADING_C and
5 MBEDTLS_THREADING_PTHREAD are defined. See
6 docs/architecture/psa-thread-safety/psa-thread-safety.md for more details.
Paul Elliottf5f48542024-03-18 13:39:50 +00007 Resolves issues #3263 and #7945.