tor/src/tools
Nick Mathewson 49dd5ef3a3 Add and use and unlikely-to-be-eliminated memwipe()
Apparently some compilers like to eliminate memset() operations on
data that's about to go out-of-scope.  I've gone with the safest
possible replacement, which might be a bit slow.  I don't think this
is critical path in any way that will affect performance, but if it
is, we can work on that in 0.2.4.

Fixes bug 7352.
2012-11-08 16:44:50 -05:00
..
tor-fw-helper Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
Makefile.am -lm should not be hardcoded. 2011-12-19 11:27:08 -05:00
Makefile.nmake Fix some remaining nmake/msvc build issues 2012-05-16 10:08:24 -04:00
tor-checkkey.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
tor-gencert.c Add and use and unlikely-to-be-eliminated memwipe() 2012-11-08 16:44:50 -05:00
tor-resolve.c Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00