On win32, use SecureZeroMemory() to securely wipe buffers.

{Also tweak the comments. -nickm)
This commit is contained in:
rl1987
2016-01-03 17:08:21 +01:00
committed by Nick Mathewson
parent 3783046f3b
commit fb373a9ef6
2 changed files with 13 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features:
- Use SecureMemoryWipe() function to securely clean memory on
Windows. Implements feature 17986.