aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/crypter.cpp
AgeCommit message (Expand)Author
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-20Merge #10536: Remove unreachable or otherwise redundant codePieter Wuille
2017-06-12Remove unreachable or otherwise redundant codepracticalswift
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-10-19wallet: Change CCrypter to use vectors with secure allocatorWladimir J. van der Laan
2016-05-13crypter: add a BytesToKey clone to replace the use of opensslCory Fields
2016-05-13crypter: hook up the new aes cbc classesCory Fields
2016-05-13crypter: constify encrypt/decryptCory Fields
2016-05-13crypter: fix the stored initialization vector sizeCory Fields
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-08-14Merge pull request #6415Wladimir J. van der Laan
2015-08-03Make sure LogPrintf strings are line-terminatedWladimir J. van der Laan
2015-07-20Add logic to track pubkeys as watch-only, not just scriptsMatt Corallo
2015-03-22wallet: move crypter to walletCory Fields