aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return the test suite result code from main()lloyd2009-07-121-1/+1
* Return 1 to system if exception is caught in check proglloyd2009-07-121-0/+2
* Move AutoSeeded_RNG decl before check for --help flag, so startup time is eas...lloyd2008-11-221-2/+2
* Reorganize all GF(p)/ECC tests to be called from pk.cpplloyd2008-11-171-2/+0
* Output that ECC tests are being run, and run them after GF(p) math tests whic...lloyd2008-11-171-2/+1
* Tame ec_tests.cpp and integrate it into the test code.lloyd2008-11-171-0/+2
* Fix mode benchmarkinglloyd2008-11-171-0/+2
* Only create RNG if needed in test applloyd2008-11-131-5/+5
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-0/+2
* Change LibraryInitializer back to accepting a std::string for backwardslloyd2008-11-111-1/+1
* Update initializer in self-testlloyd2008-11-101-3/+2
* Use a single RNG in check/test codelloyd2008-10-271-10/+5
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-21/+19
* Move CVC tests back to the last thing, also disable for the moment becauselloyd2008-10-151-1/+1
* Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of bra...lloyd2008-10-151-1/+1
* Add test suite for card verifiable certificates (cert/cvc) from InSiTo (tests...lloyd2008-10-141-0/+1
* Make GF(p) tests part of normal test suitelloyd2008-10-091-0/+1
* Line wrap at 80 columnslloyd2008-10-011-1/+3
* Use --init arg, was disabled at some point earlierlloyd2008-09-161-1/+1
* Don't allow zero second benchmarkslloyd2008-09-141-1/+1
* Increase default benchmark time to 5s... 1.5 seconds (old value) is toolloyd2008-09-141-2/+2
* Fix --bench-typelloyd2008-09-091-10/+17
* Add --test to OptionParser listlloyd2008-09-081-1/+1
* Last checkin would crash, because the destructor for the rng would notlloyd2008-09-081-60/+55
* Run test_types every time prior to initialization, instead of just duringlloyd2008-09-081-58/+66
* Delete the self-test global RNG: just create one in main() and pass itlloyd2008-06-281-20/+21
* Remove most of the direct references to the global_rng() calllloyd2008-06-281-11/+15
* Fix -Wmissing-declarations warninglloyd2008-06-161-40/+43
* Fix some -Wmissing-declarations warningslloyd2008-06-121-6/+2
* Make the contents of Botan_types namespace be just using declarations,lloyd2008-06-071-1/+1
* Prevent lines > 80 columnslloyd2007-11-111-1/+1
* Increase the (arbitrary) upper bound on how long the benchmarks can run tolloyd2007-09-181-1/+1
* Document the --init flag to checklloyd2007-03-091-1/+3
* Use OptionParser::init_if_setlloyd2006-12-091-18/+14
* Add (very basic) HTML output for public key benchmarking.lloyd2006-09-271-3/+3
* Allow --bench-algo to take multiple argumentslloyd2006-09-261-4/+10
* Respect the --seconds command line argument with --bench-algolloyd2006-08-131-2/+2
* In 'check', always initialize the library and run basic self tests, evenlloyd2006-08-121-6/+2
* Remove the public domain notices from the self-test/benchmark code,lloyd2006-08-091-3/+0
* Enable testing the sizes of basic types in the test suite, and fix somelloyd2006-08-091-23/+7
* Add a simple option parser to the check utility; it makes for much sanerlloyd2006-08-091-72/+54
* Revert last change to check.cpp (didn't mean to commit that)lloyd2006-06-071-3/+3
* Add hooks for tests for the squaring algorithmslloyd2006-06-071-3/+3
* Initial checkin1.5.6lloyd2006-05-181-0/+262