aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/wipeable_string.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-12wipeable_string: split - treat CR, LF and Tabs as separatorsxiphon1-3/+4
2019-06-14ensure no NULL is passed to memcpymoneromooo-monero1-5/+12
NULL is valid when size is 0, but memcpy uses nonnull attributes, so let's not poke the bear
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-09-12wipeable_string: add hex_to_pod functionmoneromooo-monero1-1/+2
2018-08-16wallet: wipe seed from memory where appropriatemoneromooo-monero1-2/+110
2018-02-18wipeable_string: don't try to wipe an empty buffermoneromooo-monero1-3/+6
memset_s doesn't like it
2018-01-31wipeable_string: call memwipe directlymoneromooo-monero1-10/+6
since the original reason for the indirect call (that memwipe was not in contrib) is now gone
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-23wipeable_string: fix buffer overreadmoneromooo-monero1-1/+1
2017-12-19wipeable_string: move a wipe from reserve to growmoneromooo-monero1-3/+2
That way, all implicit wipes ends up in grow, which is more robust
2017-12-19wipeable_string: ignore reserve size less than actual sizemoneromooo-monero1-2/+1
This was asserting, but stoffu pointed out the std::string standard considers this ok and ignorable
2017-12-19wipeable_string: fix clear and push_backmoneromooo-monero1-1/+4
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero1-0/+146