mbedtls/programs/aes
Hanno Becker e0c35a6997 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:40:52 +01:00
..
aescrypt2.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02: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:40:52 +01:00