From c09f36dd1b47706c68eb9ad245e30861f0003ac6 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Wed, 20 Dec 2023 10:57:43 +0000 Subject: [PATCH] Invert note about buffer overlap support When MBEDTLS_PSA_COPY_CALLER_BUFFERS is disabled, it causes overlap to not be supported. Signed-off-by: David Horstmann --- include/mbedtls/mbedtls_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index f3f3d2bd8..ed3382807 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -1479,8 +1479,8 @@ * * \note Enabling this option increases memory usage and code size. * - * \note Enabling this option enables full support for overlap of input and - * output buffers passed to PSA functions. + * \note Disabling this option causes overlap of input and output buffers + * not to be supported by PSA functions. */ #define MBEDTLS_PSA_COPY_CALLER_BUFFERS