mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 00:17:49 +00:00
Use the exact phrase 'shared memory'
This allows people searching for this phrase to find this ChangeLog entry. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
4407aba552
commit
eff3d1ebb5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user