mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-04 22:13:34 +00:00
Add bugfix section about buffer sharing
Mention that arbitrary overlap is now supported, except whenever MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS is set. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
1d3276da65
commit
7102d0f747
@ -8,3 +8,7 @@ Security
|
||||
PSA functions are owned exclusively by the PSA core for the duration of
|
||||
the function call, copying may be disabled by setting
|
||||
MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS.
|
||||
Bugfix
|
||||
* Fully support arbitrary overlap between inputs and outputs of PSA
|
||||
functions. Note that overlap is only partial supported when
|
||||
MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS is set.
|
||||
|
Loading…
x
Reference in New Issue
Block a user