mbedtls/programs
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
..
aes Reliably zeroize sensitive data in Crypt-and-Hash sample application 2017-07-28 22:28:08 +01:00
hash Put clang analyzer fix inside __clang_analyzer__ guard 2016-05-23 14:29:31 +01:00
pkey Minor: Fix typos in program comments 2017-07-27 21:44:33 +01:00
random
ssl Minor: Fix typos in program comments 2017-07-27 21:44:33 +01:00
test Clean up of formatting, and potential integer overflow fix 2016-10-13 13:51:13 +01:00
util
x509 Add extra compilation conditions to X.509 samples 2016-10-13 13:52:00 +01:00
.gitignore
CMakeLists.txt
Makefile
wince_main.c