mbedtls/programs
Hanno Becker 0b44d5cc79 Zeroize sensitive data in aescrypt2 and crypt_and_hash examples
This commit replaces multiple `memset()` calls in the example
programs aes/aescrypt2.c and aes/crypt_and_hash.c by calls to
the reliable zeroization function `mbedtls_zeroize()`.

While not a security issue because the code is in the example
programs, it's bad practice and should be fixed.
2018-10-12 16:54:29 +01:00
..
aes Zeroize sensitive data in aescrypt2 and crypt_and_hash examples 2018-10-12 16:54:29 +01:00
hash Fix typo in platform macro defines for examples 2018-06-14 23:01:55 +01:00
pkey pk_encrypt: Uniformize debugging output 2018-08-23 15:56:03 +01:00
random Fix typo in platform macro defines for examples 2018-06-14 23:01:55 +01:00
ssl Merge remote-tracking branch 'public/pr/1140' into development 2018-09-27 11:37:42 +01:00
test Merge remote-tracking branch 'public/pr/1758' into development 2018-09-27 11:35:19 +01:00
util Fix typo in platform macro defines for examples 2018-06-14 23:01:55 +01:00
x509 Fix typos in programs/x509/cert_write.c 2018-08-23 15:26:06 +01:00
.gitignore Tests: add a test for cpp linking 2018-06-28 05:07:08 -04:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile Tests: add a test for cpp linking 2018-06-28 05:07:08 -04:00
wince_main.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00