diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2016-01-03 17:08:21 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-01-07 14:25:31 -0800 |
commit | fb373a9ef6f07229b20cf1176522c625cd5c0a4d (patch) | |
tree | af5db95093a5e7ed41974e2885fc996dab1041f0 /changes | |
parent | 3783046f3b519533fc721472f38ccf437d2d12a5 (diff) | |
download | tor-fb373a9ef6f07229b20cf1176522c625cd5c0a4d.tar.gz tor-fb373a9ef6f07229b20cf1176522c625cd5c0a4d.zip |
On win32, use SecureZeroMemory() to securely wipe buffers.
{Also tweak the comments. -nickm)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature17986 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature17986 b/changes/feature17986 new file mode 100644 index 0000000000..ef82bd3503 --- /dev/null +++ b/changes/feature17986 @@ -0,0 +1,3 @@ + o Minor features: + - Use SecureMemoryWipe() function to securely clean memory on + Windows. Implements feature 17986. |