mbedtls/programs/aes
Hanno Becker 8188d392af Reliably zeroize sensitive data in Crypt-and-Hash sample application
The AES sample application programs/aes/crypt_and_hash could miss
zeroizing the stack-based key buffer in case of an error during
operation. This commit fixes this and also clears all command line
arguments (one of which might be the key) before exit.
2017-07-28 21:58:31 +01:00
..
aescrypt2.c Rename website and repository 2015-03-06 13:17:10 +00:00
CMakeLists.txt Rename project in CMake 2015-01-27 15:44:46 +00:00
crypt_and_hash.c Reliably zeroize sensitive data in Crypt-and-Hash sample application 2017-07-28 21:58:31 +01:00