mbedtls/programs/aes
Hanno Becker f601ec5f34 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 22:28:08 +01:00
..
aescrypt2.c Fix warning on implicit casting in aescrypt.c (#584) 2016-08-30 14:25:24 +01: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 22:28:08 +01:00