| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling | lloyd | 2008-10-13 | 1 | -2/+2 |
* | Add DES/CBC and 3DES/CBC to benchmark output. (3DES/CBC shows up as 17% | lloyd | 2008-10-13 | 1 | -0/+3 |
* | Add a simplistic ECDSA benchmark | lloyd | 2008-10-12 | 1 | -0/+58 |
* | ec_test_mes1 file no longer used by ECDSA tests | lloyd | 2008-10-12 | 1 | -1/+0 |
* | ECDSA test cleanup. Remove some old commented out code. | lloyd | 2008-10-12 | 1 | -40/+41 |
* | Drop two test-generated files. Add one input file needed for ECDSA signature | lloyd | 2008-10-12 | 3 | -8/+1 |
* | Cleanup ECDSA tests. Enable test_ec_sign test | lloyd | 2008-10-12 | 1 | -23/+12 |
* | Move InSiTo's ECDSA tests into the main test suite | lloyd | 2008-10-12 | 3 | -10/+580 |
* | Generate an ECDSA cert if ECDSA is enabled during tests | lloyd | 2008-10-11 | 1 | -0/+9 |
* | MSVC does not recognize and as equiv to && in a preprocessor statement | lloyd | 2008-10-11 | 1 | -1/+1 |
* | Drop files generated each test run | lloyd | 2008-10-11 | 4 | -41/+0 |
* | Add set of ECC/ECDSA test data, including X.509 and CVC certificates, | lloyd | 2008-10-11 | 47 | -0/+218 |
* | s/BOOST_CHECK/CHECK/ in macros since this isn't really using the Boost testsu... | lloyd | 2008-10-11 | 1 | -113/+113 |
* | Quieter GF(p) tests | lloyd | 2008-10-11 | 1 | -2/+6 |
* | If any are unequal print all values in test_gfp_shared_vals | lloyd | 2008-10-11 | 1 | -8/+10 |
* | Get GF(p) test failures reported up to the higher level. | lloyd | 2008-10-11 | 1 | -65/+159 |
* | Reorder GF(p) tests, add more diagnostic output on test failure | lloyd | 2008-10-09 | 1 | -14/+14 |
* | Prevent unused warning if GF(p) math not compiled in | lloyd | 2008-10-09 | 1 | -1/+1 |
* | More diagnostics from GF(p) test failures | lloyd | 2008-10-09 | 1 | -7/+15 |
* | Add stub if GF(p) is disabled | lloyd | 2008-10-09 | 1 | -4/+3 |
* | Don't pull in the std namespace | lloyd | 2008-10-09 | 1 | -50/+49 |
* | Make GF(p) tests part of normal test suite | lloyd | 2008-10-09 | 3 | -0/+718 |
* | Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH | lloyd | 2008-10-08 | 1 | -0/+5 |
* | Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 that | lloyd | 2008-10-02 | 1 | -2/+2 |
* | Remove spurious include of <botan/look_pk.h> from dolook2.cpp | lloyd | 2008-10-01 | 1 | -1/+0 |
* | Handle building Botan with almost all public key code disabled (though only | lloyd | 2008-10-01 | 2 | -35/+49 |
* | Line wrap at 80 columns | lloyd | 2008-10-01 | 2 | -5/+11 |
* | Report skipped DH tests | lloyd | 2008-10-01 | 1 | -2/+3 |
* | Note in test suite output if DSA tests are being skipped | lloyd | 2008-10-01 | 1 | -6/+7 |
* | During the public key test suite, print . if the test passed, ? if the | lloyd | 2008-10-01 | 1 | -7/+16 |
* | s/Mbyte/MiB/ to be precise about meaning (2^20 bytes/second) | lloyd | 2008-09-30 | 1 | -2/+2 |
* | Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1 | lloyd | 2008-09-30 | 1 | -5/+5 |
* | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2 | lloyd | 2008-09-30 | 1 | -1/+2 |
* | Remove the misc dir: | lloyd | 2008-09-29 | 479 | -0/+462 |
* | Expose use of global state in some of the lookup functions, including | lloyd | 2008-09-29 | 1 | -2/+3 |
* | Compliation fixes | lloyd | 2008-09-28 | 2 | -7/+6 |
* | Modularize the public key algorithms, though currently a great deal of | lloyd | 2008-09-28 | 3 | -52/+165 |
* | Allow test suite to build even if RNG or DLIES is missing | lloyd | 2008-09-28 | 2 | -4/+22 |
* | Create an x509 module containing all of the X509 certificate and CA | lloyd | 2008-09-28 | 1 | -37/+50 |
* | Modularize hashes and checksums | lloyd | 2008-09-28 | 1 | -1/+1 |
* | Modularize the Adler32 checksum in checksums/adler32 | lloyd | 2008-09-28 | 1 | -6/+6 |
* | Add back from Ajisai 0.5.0 the implementations of the SSLv3 MAC and PRF | lloyd | 2008-09-27 | 1 | -0/+240 |
* | Use --init arg, was disabled at some point earlier | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Time RSA key generation again | lloyd | 2008-09-15 | 1 | -1/+5 |
* | Clean up creation of RNG objects | lloyd | 2008-09-15 | 1 | -9/+8 |
* | Explicit cast from double to int using static_cast | lloyd | 2008-09-15 | 1 | -1/+1 |
* | Oops disable part of previous, was for testing | lloyd | 2008-09-14 | 1 | -1/+7 |
* | Only randomize inputs every 100 runs to minimize overhead (makes profiling ea... | lloyd | 2008-09-14 | 1 | -31/+40 |
* | Split RSA and RW benchmarks. Benchmark RSA encryption and signatures. | lloyd | 2008-09-14 | 1 | -16/+87 |
* | Don't allow zero second benchmarks | lloyd | 2008-09-14 | 1 | -1/+1 |