Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT

This commit is contained in:
Andres Amaya Garcia 2018-04-24 08:31:34 -05:00
parent bc7bdbf5c8
commit d0ef468d39

View File

@ -2866,8 +2866,8 @@
* versions of the C language standards do not provide a secure implementation
* of memset(). Therefore, MBEDTLS_PLATFORM_ZEROIZE_ALT enables users to
* configure their own implementation of mbedtls_platform_zeroize(), for
* example by using directives specific to their compiler, features from the C
* standard (e.g using memset_s() in C11) or calling a secure memset() from
* example by using directives specific to their compiler, features from newer
* C standards (e.g using memset_s() in C11) or calling a secure memset() from
* their system (e.g explicit_bzero() in BSD).
*/
//#define MBEDTLS_PLATFORM_ZEROIZE_ALT