Fix docs typos for zeroize related features/test
This commit is contained in:
parent
757cd72edf
commit
ae8e306973
2 changed files with 2 additions and 2 deletions
|
@ -2856,7 +2856,7 @@
|
|||
* \def MBEDTLS_UTILS_ZEROIZE_ALT
|
||||
*
|
||||
* Uncomment the macro to let mbed TLS use your alternate implementation of
|
||||
* mbedtls_zeroize(). This replaced the default implementation in utils.c.
|
||||
* mbedtls_zeroize(). This replaces the default implementation in utils.c.
|
||||
*
|
||||
* mbedtls_zeroize() is a widely used function across the library to zero a
|
||||
* block of memory. The implementation is expected to be secure in the sense
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Zeroize application for debugger-driven testing
|
||||
*
|
||||
* This is a simple test application used for debbuger-driven testing to check
|
||||
* This is a simple test application used for debugger-driven testing to check
|
||||
* whether calls to mbedtls_zeroize() are being eliminated by compiler
|
||||
* optimizations. This application is used by the GDB script at
|
||||
* tests/scripts/test_zeroize.gdb under the assumption that line numbers do not
|
||||
|
|
Loading…
Reference in a new issue