Paul Elliott | 7d8fd3f | 2024-03-15 17:50:45 +0000 | [diff] [blame^] | 1 | Features |
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. |