aboutsummaryrefslogtreecommitdiffstats
path: root/checks
Commit message (Expand)AuthorAgeFilesLines
* Add a new option --no-autoload to configure.py. This will produce a minimallloyd2009-09-041-0/+2
* Add a set of Serpent/CTR tests. The primary reason for this is becauselloyd2009-08-101-0/+541
* Drop execute attributes on test fileslloyd2009-07-219-0/+0
* 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
* Mark Skein_512 with the BOTAN_DLL macrolloyd2009-06-062-2/+23
* Add an implementation of Skein-512lloyd2009-06-022-0/+26445
* Add XTS mode, from IEEE P1619lloyd2009-04-162-1/+369
* Add the GOST 34.11 hash function. Pretty slow, but functional.lloyd2009-04-072-0/+71
* Add a set of test vectors for GOST 28147-89 using the CryptoPro paramslloyd2009-04-011-0/+32
* Use the full name for the GOST test vectorslloyd2009-03-311-1/+1
* GOST was using a completely non-standard set of sboxes. Change it to uselloyd2009-03-271-20/+59
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-0/+2
* Add some test vectors for EMSA3(Raw) with RSA generated using Crypto++lloyd2008-11-301-0/+58
* Add verification tests for RSA/EMSA4 signatures generated by Crypto++ 5.5.2lloyd2008-11-281-0/+136
* Add test vectors for RSA/EMSA2 generated by Crypto++ 5.5.2lloyd2008-11-281-0/+318
* Add test vectors for RSA EMSA3 with RIPEMD-160 and Tiger. Generated bylloyd2008-11-281-0/+153
* Add a set of test vectors for RSA/EMSA3 with SHA-1, SHA-224, SHA-256,lloyd2008-11-281-0/+337
* Using SHA-1 as the check hash in the block cipher tests is messy b/c SHA-1lloyd2008-11-231-1/+1
* Add a few test vectors for SHA-1 with longer inputslloyd2008-11-231-0/+129
* Move AutoSeeded_RNG decl before check for --help flag, so startup time is eas...lloyd2008-11-221-2/+2
* Disable ec_tests.cpp unless ECDSA is enabledlloyd2008-11-171-1/+13
* Reorganize all GF(p)/ECC tests to be called from pk.cpplloyd2008-11-174-11/+13
* Output that ECC tests are being run, and run them after GF(p) math tests whic...lloyd2008-11-172-2/+5
* Tame ec_tests.cpp and integrate it into the test code.lloyd2008-11-173-1115/+1124
* Add ec_test.cpp from InSiTo (low level ECC test cases)lloyd2008-11-171-0/+1202
* Fix mode benchmarkinglloyd2008-11-171-0/+2
* Use std::vector instead of SecureVector to hold random input for filter bench...lloyd2008-11-171-3/+3
* 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
* Fix segfault due to shared objects in DLIES testlloyd2008-11-111-3/+10
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-112-4/+13
* Update initializer in self-testlloyd2008-11-101-3/+2
* Another check for Parallel matching TLS.Digest.0 checklloyd2008-11-101-0/+3
* Handle HMAC_RNG not being enabled in dolook2.cpplloyd2008-11-101-11/+20
* Add DLIES benchmarklloyd2008-11-091-10/+72
* Remove include of enums.hlloyd2008-11-081-1/+0
* Split the last parts of the 'core' modulelloyd2008-11-081-0/+1
* Add AutoSeeded_RNG to benchmark outputlloyd2008-11-072-0/+10
* Add HMAC_RNG benchmarks. Change X9.31 PRNG to use HMAC_RNG as lower RNGlloyd2008-10-282-11/+35
* Remove stray textlloyd2008-10-281-1/+0
* 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
* Kill stray textlloyd2008-10-241-1/+1
* More useful PK benchmark output (also a bit easier to parse)lloyd2008-10-221-32/+46
* Use heap rather than stack for data input. Increase size to 128klloyd2008-10-221-5/+5
* Avoid integer overflows in the benchmark timer code. This would lead tolloyd2008-10-222-5/+10
* Timer tried to guess if it should use seconds or ms, but it always chooselloyd2008-10-171-13/+4
* Move CVC tests back to the last thing, also disable for the moment becauselloyd2008-10-151-1/+1