aboutsummaryrefslogtreecommitdiffstats
path: root/checks/dolook2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle HMAC_RNG not being enabled in dolook2.cpplloyd2008-11-101-11/+20
* Add AutoSeeded_RNG to benchmark outputlloyd2008-11-071-0/+9
* Add HMAC_RNG benchmarks. Change X9.31 PRNG to use HMAC_RNG as lower RNGlloyd2008-10-281-11/+34
* MSVC does not recognize and as equiv to && in a preprocessor statementlloyd2008-10-111-1/+1
* Remove spurious include of <botan/look_pk.h> from dolook2.cpplloyd2008-10-011-1/+0
* Line wrap at 80 columnslloyd2008-10-011-4/+8
* Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1lloyd2008-09-301-5/+5
* Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2lloyd2008-09-301-1/+2
* Allow test suite to build even if RNG or DLIES is missinglloyd2008-09-281-3/+14
* Clean up creation of RNG objectslloyd2008-09-151-9/+8
* New structure for entropy sources + RNGs. The entropy sources are owned bylloyd2008-06-271-11/+14
* Remove uses of global PRNG from self-test and benchmark code. Assumeslloyd2008-06-271-1/+0
* Add a full set of tests for the ANSI X9.31 PRNG, using data takenlloyd2008-06-071-16/+36
* Make the two parameters of Randpool (which underlying block cipher and MAClloyd2008-05-251-2/+3
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-241-1/+1
* Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-071-2/+2
* Revert the change that renamed append() to push_back(). As pointed outlloyd2007-11-151-1/+1
* Rename MemoryRegion::append to push_backlloyd2007-11-141-1/+1
* Remove several uses of old style C casts in favor of C++98's static_cast and lloyd2007-10-191-1/+1
* Remove the public domain notices from the self-test/benchmark code,lloyd2006-08-091-2/+0
* Initial checkin1.5.6lloyd2006-05-181-0/+136