aboutsummaryrefslogtreecommitdiff
path: root/src/random.cpp
AgeCommit message (Expand)Author
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-05-29Don't use assert for catching randomness failuresPieter Wuille
2016-05-29Always require OS randomness when generating secret keysPieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-02-25WIN32 Seed Cleanup: Move nLastPerfmon behind win32 ifdef.21E14
2015-02-15openssl: abstract out OPENSSL_cleanseCory Fields
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-07Make sure that GetRandomBytes never failsWladimir J. van der Laan
2014-09-19Apply clang-format on some infrequently-updated filesPieter Wuille
2014-09-14header include cleanupPhilip Kaufmann
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-07-09make RandAddSeed() use OPENSSL_cleanse()Philip Kaufmann
2014-07-09move rand functions from util to new random.h/.cppPhilip Kaufmann