mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-09 00:21:18 +08:00
Update documentation regarding test_zeroize
This commit updates the paths in documentation for test_zeroize since it has been moved to MbedTLS Framework. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
parent
9b4035cc9e
commit
f6fb2f0cb4
@ -275,7 +275,7 @@ This section lists some strategies that are currently used for invasive testing,
|
|||||||
|
|
||||||
Goal: test that `mbedtls_platform_zeroize` does wipe the memory buffer.
|
Goal: test that `mbedtls_platform_zeroize` does wipe the memory buffer.
|
||||||
|
|
||||||
Solution ([debugger](#debugger-based-testing)): implemented in `tests/scripts/test_zeroize.gdb`.
|
Solution ([debugger](#debugger-based-testing)): implemented in `framework/tests/programs/test_zeroize.gdb`.
|
||||||
|
|
||||||
Rationale: this cannot be tested by adding C code, because the danger is that the compiler optimizes the zeroization away, and any C code that observes the zeroization would cause the compiler not to optimize it away.
|
Rationale: this cannot be tested by adding C code, because the danger is that the compiler optimizes the zeroization away, and any C code that observes the zeroization would cause the compiler not to optimize it away.
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ In addition to providing options for testing client-side features, the `ssl_clie
|
|||||||
|
|
||||||
* [`test/udp_proxy.c`](test/udp_proxy.c): a UDP proxy that can inject certain failures (delay, duplicate, drop). Useful for testing DTLS.
|
* [`test/udp_proxy.c`](test/udp_proxy.c): a UDP proxy that can inject certain failures (delay, duplicate, drop). Useful for testing DTLS.
|
||||||
|
|
||||||
* [`test/zeroize.c`](test/zeroize.c): a test program for `mbedtls_platform_zeroize`, used by [`tests/scripts/test_zeroize.gdb`](tests/scripts/test_zeroize.gdb).
|
* [`test/zeroize.c`](../framework/tests/programs/zeroize.c): a test program for `mbedtls_platform_zeroize`, used by [`test_zeroize.gdb`](../framework/tests/programs/test_zeroize.gdb).
|
||||||
|
|
||||||
## Development utilities
|
## Development utilities
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user