| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Increase default benchmark time to 5s... 1.5 seconds (old value) is too | lloyd | 2008-09-14 | 1 | -2/+2 |
* | Padding changes in the PK benchmarks: | lloyd | 2008-09-12 | 1 | -3/+3 |
* | In the benchmarks, replace Lion(MD5,WiderWake4+1-BE,65536) with1.7.11 | lloyd | 2008-09-11 | 1 | -4/+8 |
* | Handle configuration of what kind of clock to use for benchmarking. | lloyd | 2008-09-11 | 1 | -4/+39 |
* | Add implementation of Salsa20 stream cipher | lloyd | 2008-09-09 | 2 | -0/+281 |
* | 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 |
* | Disable extensive testing during benchmark key generation: throws off profiler | lloyd | 2008-09-07 | 1 | -0/+3 |
* | Reduce how often DSA and DH keys are generated during benchmarks | lloyd | 2008-09-07 | 1 | -2/+2 |
* | Tweak timer output | lloyd | 2008-09-07 | 1 | -2/+2 |
* | Flush stdout after every new result | lloyd | 2008-09-07 | 1 | -1/+1 |
* | Choice of clock_gettime, gettimeofday, times, and clock for benchmark timings | lloyd | 2008-09-05 | 2 | -8/+47 |
* | Use the Timer class for all benchmarking | lloyd | 2008-09-05 | 9 | -131/+91 |
* | New DH benchmark, much more reflective of real usage as well. | lloyd | 2008-09-05 | 1 | -114/+64 |
* | Delete dead code. New shared benchmark framework for RSA/RW. RSA benchmark | lloyd | 2008-09-02 | 1 | -250/+155 |
* | Inline some methods of Timer | lloyd | 2008-08-31 | 12 | -258/+26 |
* | Rewrite the RSA and DSA benchmarks to be much more readable and flexible, | lloyd | 2008-08-31 | 1 | -51/+158 |
* | Add a simple timer class | lloyd | 2008-08-31 | 2 | -0/+138 |
* | Benchmark change: Skip RSA 1536, DH 1536. Add DSA 2048/256 and 3072/256, RSA ... | lloyd | 2008-08-30 | 1 | -6/+16 |
* | Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode" | lloyd | 2008-07-11 | 2 | -1/+13 |