commit | 346177255931fb1e3514e124a1f598715a5fe92d | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jun 13 17:20:13 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jun 14 16:46:03 2014 +0200 |
tree | da658994944be861b8b2a1001c9b759976276891 | |
parent | bbcb1ce7030575d708700ca205800e847d846402 [diff] [blame] |
Introduce polarssl_zeroize() instead of memset() for zeroization
diff --git a/ChangeLog b/ChangeLog index 67332bf..110398e 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -14,6 +14,8 @@ Changes * Add LINK_WITH_PTHREAD option in CMake for explicit linking that is required on some platforms (e.g. OpenBSD) + * Migrate zeroizing of data to polarssl_zeroize() instead of memset() + against unwanted compiler optimizations Bugfix * Fix in debug_print_msg()