Skip to content

Commit 68a3ce7

Browse files
Remove reference to memset_s and explicit_bzero
Remove reference to memset_s and explicit_bzero in PSA_CRYPTO_PLATFORM_ZEROIZE documentation as now the default provided implementation uses those functions if they are available. Signed-off-by: Ronald Cron <[email protected]>
1 parent ea19597 commit 68a3ce7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/psa/crypto_config.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@
127127
* versions of the C language standards do not provide a secure implementation
128128
* of memset(). Therefore, PSA_CRYPTO_PLATFORM_ZEROIZE enables users to provide
129129
* their own implementation of psa_crypto_platform_zeroize(), for
130-
* example by using directives specific to their compiler, features from newer
131-
* C standards (e.g using memset_s() in C11) or calling a secure memset() from
132-
* their system (e.g explicit_bzero() in BSD).
130+
* example by using directives specific to their compiler.
133131
*/
134132
//#define PSA_CRYPTO_PLATFORM_ZEROIZE
135133

0 commit comments

Comments
 (0)