Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | Improve documentation of memory_cleanse() | Tim Ruffing | |
So far, the documentation of memory_cleanse() is a verbatim copy of the commit message in BoringSSL, where this code was originally written. However, our code evolved since then, and the commit message is not particularly helpful in the code but is rather of historical interested in BoringSSL only. This commit improves improves the comments around memory_cleanse() and gives a better rationale for the method that we use. This commit touches only comments. | |||
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | |
2017-05-03 | [wallet] Securely erase potentially sensitive keys/values | Thomas Snider | |
2015-02-15 | openssl: abstract out OPENSSL_cleanse | Cory Fields | |
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. |