mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +01: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:
parent
614d9c0667
commit
5ab74a1401
4 changed files with 101 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue