mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-18 16:08:54 +03:00
Add ChangeLog for PSA buffer sharing fix
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
8
ChangeLog.d/psa-shared-memory-protection.txt
Normal file
8
ChangeLog.d/psa-shared-memory-protection.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Security
|
||||||
|
* Support calling PSA functions with buffer arguments that are in memory
|
||||||
|
shared with an untrusted party. The PSA core now makes copies of all
|
||||||
|
buffers before passing them to drivers to protect drivers against
|
||||||
|
modification of buffers during operations.
|
||||||
|
This feature increases code-size and memory usage. If buffers passed to
|
||||||
|
PSA functions are all trusted, buffer copying may be disabled by
|
||||||
|
unsetting MBEDTLS_PSA_COPY_CALLER_BUFFERS.
|
Reference in New Issue
Block a user