aboutsummaryrefslogtreecommitdiff
path: root/src/support/cleanse.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|
* [wallet] Securely erase potentially sensitive keys/valuesThomas Snider2017-05-031-0/+1
|
* openssl: abstract out OPENSSL_cleanseCory Fields2015-02-151-0/+13
This makes it easier for us to replace it if desired, since it's now only in one spot. Also, it avoids the openssl include from allocators.h, which essentially forced openssl to be included from every compilation unit.