commit | a242c757c22a27dd34822b0835246a0553d7529d | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@arm.com> | Tue Apr 25 04:48:15 2023 -0400 |
committer | Andrzej Kurek <andrzej.kurek@arm.com> | Tue Apr 25 05:23:10 2023 -0400 |
tree | 48de0de55bdb17355d877febc6bf2a1331686853 | |
parent | b5b0649e776473ac98d0f0fbcdb002d69c3ee779 [diff] [blame] |
Document mbedtls_calloc zeroization Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
diff --git a/include/mbedtls/platform.h b/include/mbedtls/platform.h index 9033852..121ba3a 100644 --- a/include/mbedtls/platform.h +++ b/include/mbedtls/platform.h
@@ -140,6 +140,7 @@ /* * The function pointers for calloc and free. + * mbedtls_calloc will allocate and zeroize the buffer. */ #if defined(MBEDTLS_PLATFORM_MEMORY) #if defined(MBEDTLS_PLATFORM_FREE_MACRO) && \