aboutsummaryrefslogtreecommitdiffstats
path: root/checks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of bra...lloyd2008-10-151-1/+1
* Add a CBC-MAC/AES test vector from Bounce Castle via InSiTo's cbcmac_tests.cpplloyd2008-10-141-0/+6
* Point CVC tests against the right directorylloyd2008-10-141-36/+38
* Add test suite for card verifiable certificates (cert/cvc) from InSiTo (tests...lloyd2008-10-144-18/+608
* Add ECKAEG tests from InSiTo, by Manuel Hartllloyd2008-10-143-0/+299
* Add ECKAEG benchmark. Fix several problems found in ECKAEG key (had pure virt...lloyd2008-10-131-5/+73
* Spellinglloyd2008-10-131-2/+2
* Add DES/CBC and 3DES/CBC to benchmark output. (3DES/CBC shows up as 17%lloyd2008-10-131-0/+3
* Add a simplistic ECDSA benchmarklloyd2008-10-121-0/+58
* ec_test_mes1 file no longer used by ECDSA testslloyd2008-10-121-1/+0
* ECDSA test cleanup. Remove some old commented out code.lloyd2008-10-121-40/+41
* Drop two test-generated files. Add one input file needed for ECDSA signaturelloyd2008-10-123-8/+1
* Cleanup ECDSA tests. Enable test_ec_sign testlloyd2008-10-121-23/+12
* Move InSiTo's ECDSA tests into the main test suitelloyd2008-10-123-10/+580
* Generate an ECDSA cert if ECDSA is enabled during testslloyd2008-10-111-0/+9
* MSVC does not recognize and as equiv to && in a preprocessor statementlloyd2008-10-111-1/+1
* Drop files generated each test runlloyd2008-10-114-41/+0
* Add set of ECC/ECDSA test data, including X.509 and CVC certificates,lloyd2008-10-1147-0/+218
* s/BOOST_CHECK/CHECK/ in macros since this isn't really using the Boost testsu...lloyd2008-10-111-113/+113
* Quieter GF(p) testslloyd2008-10-111-2/+6
* If any are unequal print all values in test_gfp_shared_valslloyd2008-10-111-8/+10
* Get GF(p) test failures reported up to the higher level.lloyd2008-10-111-65/+159
* Reorder GF(p) tests, add more diagnostic output on test failurelloyd2008-10-091-14/+14
* Prevent unused warning if GF(p) math not compiled inlloyd2008-10-091-1/+1
* More diagnostics from GF(p) test failureslloyd2008-10-091-7/+15
* Add stub if GF(p) is disabledlloyd2008-10-091-4/+3
* Don't pull in the std namespacelloyd2008-10-091-50/+49
* Make GF(p) tests part of normal test suitelloyd2008-10-093-0/+718
* Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbHlloyd2008-10-081-0/+5
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-021-2/+2