| Commit message (Expand) | Author | Age | Files | Lines |
* | Tick version numbers to 1.10.0 | lloyd | 2011-04-14 | 1 | -0/+14 |
* | Make the alg_id param for passhash9 optional. Update callers. | lloyd | 2011-04-11 | 1 | -1/+1 |
* | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 7 | -38/+39 |
* | PR 145 was based around an easy misunderstanding of the CTR code. | lloyd | 2011-04-05 | 1 | -0/+515 |
* | Add support for bcrypt, the Blowfish-based password hashing scheme | lloyd | 2011-02-16 | 1 | -0/+52 |
* | Add some more ECDSA tests (generated using Crypto++ 5.6) | lloyd | 2011-02-16 | 1 | -0/+55 |
* | Add the NIST AES key wrap algorithm, as specified in RFC 3394 and | lloyd | 2011-02-15 | 1 | -0/+86 |
* | Remove dead code | lloyd | 2011-02-14 | 2 | -127/+0 |
* | Make this test easier to understand | lloyd | 2011-02-14 | 1 | -46/+25 |
* | Add a set of ECDSA tests using the Brainpool curves. Test cases | lloyd | 2011-02-14 | 1 | -0/+65 |
* | Remove inclusions of unused headers. | lloyd | 2011-02-10 | 3 | -10/+12 |
* | Add a new configure.py option --distribution-info which sets a macro | lloyd | 2011-02-07 | 1 | -2/+1 |
* | Fix the ordering of the GOST 34.10 signature values. Add a test | lloyd | 2011-02-07 | 2 | -16/+17 |
* | Update Keccak to the round 3 variant announced 2011-01-17 | lloyd | 2011-01-20 | 1 | -1608/+1608 |
* | Allow benchmark buffers up to 64 MiB | lloyd | 2010-12-22 | 1 | -1/+1 |
* | More VC warning fixes | lloyd | 2010-12-13 | 3 | -16/+16 |
* | Avoid more VC warnings | lloyd | 2010-12-13 | 1 | -2/+2 |
* | Add a simple but functioning implementation of Keccak. Only the | lloyd | 2010-12-10 | 2 | -6/+9562 |
* | Thomas Keller reports that Mac OS X 10.5 still uses gcc 4.0.1 and it has | lloyd | 2010-11-12 | 1 | -0/+12 |
* | Update Skein-512 for the new 1.3 specification, just changes the key | lloyd | 2010-11-03 | 1 | -3452/+1560 |
* | Longer CTR test | lloyd | 2010-10-29 | 1 | -0/+50 |
* | Compile fix | lloyd | 2010-10-29 | 1 | -1/+1 |
* | Simple standalone base64 encoder | lloyd | 2010-10-28 | 1 | -0/+4 |
* | In all cases where the block size of the cipher is fixed, the key | lloyd | 2010-10-14 | 1 | -226/+68 |
* | 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 |