From f70eceec036e141661f08568a535a63c17539322 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Wed, 13 Mar 2024 14:06:58 +0000 Subject: [PATCH] Use the exact phrase 'shared memory' This allows people searching for this phrase to find this ChangeLog entry. Signed-off-by: David Horstmann --- ChangeLog.d/psa-shared-memory-protection.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/psa-shared-memory-protection.txt b/ChangeLog.d/psa-shared-memory-protection.txt index e5ee51397..e19c9bc1a 100644 --- a/ChangeLog.d/psa-shared-memory-protection.txt +++ b/ChangeLog.d/psa-shared-memory-protection.txt @@ -6,9 +6,8 @@ Security by copying buffers. This feature increases code size and memory usage. If buffers passed to PSA functions are owned exclusively by the PSA core for the duration of - the function call (i.e. no buffer parameters are stored in memory shared - with an untrusted party), copying may be disabled by setting - MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS. + the function call (i.e. no buffer parameters are in shared memory), + copying may be disabled by setting MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS. Note that setting this option will cause input-output buffer overlap to be only partially supported. Fixes CVE-2024-28960