mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 00:17:49 +00:00
Add ChangeLog for PSA buffer sharing fix
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
63dfb45e5e
commit
5fb5cce066
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.
|
Loading…
Reference in New Issue
Block a user