mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Add programs/test/zeroize.c to test mbedtls_zeroize
The idea is to use the simple program that is expected to be modified rarely to set a breakpoint in a specific line and check that the function mbedtls_zeroize() does actually set the buffer to 0 and is not optimised out by the compiler.
This commit is contained in:
committed by
Andres Amaya Garcia
parent
614d9c0667
commit
5ab74a1401
1
programs/.gitignore
vendored
1
programs/.gitignore
vendored
@@ -47,6 +47,7 @@ test/ecp-bench
|
||||
test/selftest
|
||||
test/ssl_cert_test
|
||||
test/udp_proxy
|
||||
test/zeroize
|
||||
util/pem2der
|
||||
util/strerror
|
||||
x509/cert_app
|
||||
|
||||
Reference in New Issue
Block a user