diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 9a75c02f1..f3f3d2bd8 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -1477,7 +1477,10 @@ * an untrusted party, for example where arguments to PSA calls are passed * across a trust boundary. * - * Note: Enabling this option increases memory usage and code size. + * \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. */ #define MBEDTLS_PSA_COPY_CALLER_BUFFERS