blob: b6c79f03f9f0507de7a72c470230be749d07bd71 [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.