Skip to content

Commit

Permalink
Reference issue #3266
Browse files Browse the repository at this point in the history
This is the issue that tracks incomplete support for buffer overlap, so
we should refer to it when we discuss partial support whenever
MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS is set.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
  • Loading branch information
davidhorstmann-arm committed Mar 13, 2024
1 parent f70ecee commit 227189f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.d/psa-shared-memory-protection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Security
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.
be only partially supported (#3266).
Fixes CVE-2024-28960
Bugfix
* Fully support arbitrary overlap between inputs and outputs of PSA
functions. Note that overlap is still only partially supported when
MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS is set.
MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS is set (#3266).

0 comments on commit 227189f

Please sign in to comment.