aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2024-03-18 10:25:14 +0000
committerGitHub <noreply@github.com>2024-03-18 10:25:14 +0000
commit47f8d0e840a5ab0179c5b90fbecf4609ef896268 (patch)
treefbe2b110eb386b2295359218f6bf5c78f1270bd8
parent1053da8bf0a67ff6da4ba081b3bf22e8709fc06d (diff)
parent7d8fd3fafe3d32de6760a7421ecde0fdc1761e78 (diff)
downloadmbedtls-47f8d0e840a5ab0179c5b90fbecf4609ef896268.zip
mbedtls-47f8d0e840a5ab0179c5b90fbecf4609ef896268.tar.gz
mbedtls-47f8d0e840a5ab0179c5b90fbecf4609ef896268.tar.bz2
Merge pull request #8934 from paul-elliott-arm/add_threading_changelog
Add changelog entry for threading MVP
-rw-r--r--ChangeLog.d/add_threading_changelog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.d/add_threading_changelog.txt b/ChangeLog.d/add_threading_changelog.txt
new file mode 100644
index 0000000..b6c79f0
--- /dev/null
+++ b/ChangeLog.d/add_threading_changelog.txt
@@ -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.