mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-29 12:32:48 +00:00
Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT
This commit is contained in:
parent
bc7bdbf5c8
commit
d0ef468d39
@ -2866,8 +2866,8 @@
|
|||||||
* versions of the C language standards do not provide a secure implementation
|
* versions of the C language standards do not provide a secure implementation
|
||||||
* of memset(). Therefore, MBEDTLS_PLATFORM_ZEROIZE_ALT enables users to
|
* of memset(). Therefore, MBEDTLS_PLATFORM_ZEROIZE_ALT enables users to
|
||||||
* configure their own implementation of mbedtls_platform_zeroize(), for
|
* configure their own implementation of mbedtls_platform_zeroize(), for
|
||||||
* example by using directives specific to their compiler, features from the C
|
* example by using directives specific to their compiler, features from newer
|
||||||
* standard (e.g using memset_s() in C11) or calling a secure memset() from
|
* C standards (e.g using memset_s() in C11) or calling a secure memset() from
|
||||||
* their system (e.g explicit_bzero() in BSD).
|
* their system (e.g explicit_bzero() in BSD).
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_PLATFORM_ZEROIZE_ALT
|
//#define MBEDTLS_PLATFORM_ZEROIZE_ALT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user