| Commit message (Expand) | Author | Age | Files | Lines |
* | Single basic TLS test using in-memory handshake. | lloyd | 2012-06-29 | 1 | -0/+1 |
* | The benchmark examples ran very slowly because they were passing | lloyd | 2012-02-20 | 1 | -1/+1 |
* | Tick version numbers to 1.10.0 | lloyd | 2011-04-14 | 1 | -0/+14 |
* | Add a new configure.py option --distribution-info which sets a macro | lloyd | 2011-02-07 | 1 | -2/+1 |
* | Allow benchmark buffers up to 64 MiB | lloyd | 2010-12-22 | 1 | -1/+1 |
* | Fix CRL reason codes and updating of CRLs. Add tests for both cases. | lloyd | 2010-10-07 | 1 | -0/+1 |
* | If the numeric_limits tests fail, make the output a little less dramatic | lloyd | 2010-09-03 | 1 | -4/+4 |
* | Add a new option for benchmarking --buf-size which specifies the size of | lloyd | 2010-07-30 | 1 | -3/+16 |
* | Add new option --dyn-load to the check/selftest prog that will load | lloyd | 2010-07-28 | 1 | -1/+18 |
* | Expose a datestamp in build.h, provide function in version.h for | lloyd | 2010-06-14 | 1 | -1/+2 |
* | There are some nasty API problems that are caused by having to pass a | lloyd | 2010-03-19 | 1 | -2/+2 |
* | Some botan exception throws are plain STL exceptions | lloyd | 2010-03-04 | 1 | -7/+1 |
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 1 | -0/+6 |
* | Increase default benchmark time to 5 seconds | lloyd | 2009-12-22 | 1 | -1/+1 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -2/+0 |
* | Modify the self test program to use the builtin runtime benchmarking goop. | lloyd | 2009-09-24 | 1 | -29/+3 |
* | Remove support for HTML benchmark output. Easier/simpler to parse the | lloyd | 2009-08-14 | 1 | -14/+11 |
* | Return the test suite result code from main() | lloyd | 2009-07-12 | 1 | -1/+1 |
* | Return 1 to system if exception is caught in check prog | lloyd | 2009-07-12 | 1 | -0/+2 |
* | Move AutoSeeded_RNG decl before check for --help flag, so startup time is eas... | lloyd | 2008-11-22 | 1 | -2/+2 |
* | Reorganize all GF(p)/ECC tests to be called from pk.cpp | lloyd | 2008-11-17 | 1 | -2/+0 |
* | Output that ECC tests are being run, and run them after GF(p) math tests whic... | lloyd | 2008-11-17 | 1 | -2/+1 |
* | Tame ec_tests.cpp and integrate it into the test code. | lloyd | 2008-11-17 | 1 | -0/+2 |
* | Fix mode benchmarking | lloyd | 2008-11-17 | 1 | -0/+2 |
* | Only create RNG if needed in test app | lloyd | 2008-11-13 | 1 | -5/+5 |
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 1 | -0/+2 |
* | Change LibraryInitializer back to accepting a std::string for backwards | lloyd | 2008-11-11 | 1 | -1/+1 |
* | Update initializer in self-test | lloyd | 2008-11-10 | 1 | -3/+2 |
* | Use a single RNG in check/test code | lloyd | 2008-10-27 | 1 | -10/+5 |
* | Move rng.{cpp,h} from core to rng/ topdir | lloyd | 2008-10-26 | 1 | -21/+19 |
* | Move CVC tests back to the last thing, also disable for the moment because | lloyd | 2008-10-15 | 1 | -1/+1 |
* | Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of bra... | lloyd | 2008-10-15 | 1 | -1/+1 |
* | Add test suite for card verifiable certificates (cert/cvc) from InSiTo (tests... | lloyd | 2008-10-14 | 1 | -0/+1 |
* | Make GF(p) tests part of normal test suite | lloyd | 2008-10-09 | 1 | -0/+1 |
* | Line wrap at 80 columns | lloyd | 2008-10-01 | 1 | -1/+3 |
* | Use --init arg, was disabled at some point earlier | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Don't allow zero second benchmarks | lloyd | 2008-09-14 | 1 | -1/+1 |
* | Increase default benchmark time to 5s... 1.5 seconds (old value) is too | lloyd | 2008-09-14 | 1 | -2/+2 |
* | Fix --bench-type | lloyd | 2008-09-09 | 1 | -10/+17 |
* | Add --test to OptionParser list | lloyd | 2008-09-08 | 1 | -1/+1 |
* | Last checkin would crash, because the destructor for the rng would not | lloyd | 2008-09-08 | 1 | -60/+55 |
* | Run test_types every time prior to initialization, instead of just during | lloyd | 2008-09-08 | 1 | -58/+66 |
* | Delete the self-test global RNG: just create one in main() and pass it | lloyd | 2008-06-28 | 1 | -20/+21 |
* | Remove most of the direct references to the global_rng() call | lloyd | 2008-06-28 | 1 | -11/+15 |
* | Fix -Wmissing-declarations warning | lloyd | 2008-06-16 | 1 | -40/+43 |
* | Fix some -Wmissing-declarations warnings | lloyd | 2008-06-12 | 1 | -6/+2 |
* | Make the contents of Botan_types namespace be just using declarations, | lloyd | 2008-06-07 | 1 | -1/+1 |
* | Prevent lines > 80 columns | lloyd | 2007-11-11 | 1 | -1/+1 |
* | Increase the (arbitrary) upper bound on how long the benchmarks can run to | lloyd | 2007-09-18 | 1 | -1/+1 |
* | Document the --init flag to check | lloyd | 2007-03-09 | 1 | -1/+3 |