| Commit message (Expand) | Author | Age | Files | Lines |
* | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Update for RNG changes | lloyd | 2010-10-12 | 1 | -4/+4 |
* | Use size_t in filters | lloyd | 2010-10-12 | 2 | -6/+6 |
* | Fix CRL reason codes and updating of CRLs. Add tests for both cases. | lloyd | 2010-10-07 | 3 | -3/+1 |
* | Forward port CRL fixes from rev 7bb2001cd554a1acc3d345914ea710ff0e1d3a6b | lloyd | 2010-10-07 | 1 | -0/+16 |
* | Add a set of tests devised by Rivest which are designed to detect a | lloyd | 2010-09-23 | 1 | -0/+18 |
* | Split up src/cert/x509 into a set of modules, though mostly mutually | lloyd | 2010-09-17 | 1 | -2/+4 |
* | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 3 | -10/+10 |
* | Remove more implicit vector to pointer conversions | lloyd | 2010-09-14 | 1 | -3/+3 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 5 | -24/+15 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 5 | -58/+58 |
* | Add a basic test for cryptobox | lloyd | 2010-09-07 | 1 | -0/+46 |
* | Call test that was defined but not used | lloyd | 2010-09-07 | 1 | -4/+5 |
* | My version of Sun Studio has the same reverse iterator bug as GCC 3 | lloyd | 2010-09-07 | 1 | -1/+1 |
* | If the numeric_limits tests fail, make the output a little less dramatic | lloyd | 2010-09-03 | 1 | -4/+4 |
* | Wrap lines | lloyd | 2010-09-03 | 1 | -7/+23 |
* | Use the standalone version of the hex decoder instead of the wrapper that | lloyd | 2010-09-03 | 8 | -122/+102 |
* | Add 3 more tests of Tiger, test vectors via Crypto++ | lloyd | 2010-08-23 | 1 | -0/+20 |
* | For passhash9, add another interface that allows the caller to specify | lloyd | 2010-08-22 | 1 | -4/+9 |
* | When creating a PBKDF2, first check if the argument name is a known | lloyd | 2010-08-21 | 1 | -0/+5 |
* | Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases, | lloyd | 2010-08-21 | 1 | -0/+4 |
* | Add a new option for benchmarking --buf-size which specifies the size of | lloyd | 2010-07-30 | 3 | -9/+25 |
* | Add new option --dyn-load to the check/selftest prog that will load | lloyd | 2010-07-28 | 1 | -1/+18 |
* | Rename S2K to PBKDF, because that is by far the most common name - S2K | lloyd | 2010-07-09 | 3 | -23/+25 |
* | Fix ECB benchmarking | lloyd | 2010-06-30 | 1 | -1/+3 |
* | Give all Filter objects a method for querying their name | lloyd | 2010-06-28 | 2 | -2/+21 |
* | Expose a datestamp in build.h, provide function in version.h for | lloyd | 2010-06-14 | 1 | -1/+2 |
* | Work around GCC 3.x bug with reverse iterators | lloyd | 2010-06-11 | 1 | -2/+6 |
* | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 2 | -936/+0 |
* | Another XTEA vector | lloyd | 2010-05-10 | 1 | -0/+1 |
* | Prevent crash if asked to benchmark unknown block cipher with a mode | lloyd | 2010-05-05 | 1 | -4/+11 |
* | Modify the implementation of multiplication mod 65537 used in IDEA to | lloyd | 2010-04-30 | 1 | -0/+520 |
* | Add a couple of Comb4P tests, generated by the python implementation | lloyd | 2010-04-23 | 1 | -0/+9 |
* | Add a test for RSA verification with raw padding and an unusual key | lloyd | 2010-04-21 | 1 | -0/+33 |
* | Don't bother benchmarking 512 or 768 bit keys; considering an RSA | lloyd | 2010-03-21 | 1 | -7/+4 |
* | Replace PointGFp::check_invaraints, which would either return silently | lloyd | 2010-03-19 | 2 | -16/+20 |
* | If check against copy fails, print algo name | lloyd | 2010-03-19 | 1 | -1/+1 |
* | There are some nasty API problems that are caused by having to pass a | lloyd | 2010-03-19 | 1 | -2/+2 |
* | Add a couple of verification tests for GOST 34.10 | lloyd | 2010-03-16 | 2 | -0/+49 |
* | Fix GOST 34.10 benchmark | lloyd | 2010-03-16 | 1 | -1/+1 |
* | Disable fault protection for DSA, NR, and GOST 34.10 benchmarks | lloyd | 2010-03-15 | 1 | -2/+2 |
* | Centralize which ECC domains are used for benchmarking | lloyd | 2010-03-13 | 1 | -34/+17 |
* | Skip bench on very small ECC groups; 112 == DES | lloyd | 2010-03-13 | 1 | -3/+1 |
* | Add 192 and 256 bit groups to the ECDSA benchmark lineup | lloyd | 2010-03-13 | 1 | -1/+3 |
* | Disable fault protection for ECDSA benchmark, easier profiling | lloyd | 2010-03-13 | 1 | -1/+1 |
* | Simple cleanups | lloyd | 2010-03-13 | 1 | -6/+13 |
* | Remove access to the Jacobian coordinate getters get_{x,y,z}, as well | lloyd | 2010-03-13 | 1 | -136/+59 |
* | Remove call to disable key testing, now a per-build option | lloyd | 2010-03-10 | 1 | -4/+2 |
* | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 2 | -27/+34 |
* | Dont need RNG in this test | lloyd | 2010-03-09 | 1 | -3/+2 |