| Commit message (Expand) | Author | Age | Files | Lines |
* | Include <string> in buf_comp.h and filter.h as we used std::string but | lloyd | 2012-05-25 | 1 | -16/+0 |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 1 | -1/+1 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 12 | -56/+56 |
* | Huge pile of post merge fixups, mtn really fucked that merge | lloyd | 2012-04-25 | 1 | -1/+1 |
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07... | lloyd | 2012-04-25 | 4 | -55/+77 |
|\ |
|
| * | Use just 256 bits of secret exponent (recomended value in RFC 5054). | lloyd | 2012-04-06 | 4 | -21/+22 |
| * | Remove the client SRP6 class, really free standing functions are fine | lloyd | 2012-04-05 | 2 | -47/+68 |
* | | propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6... | lloyd | 2012-02-20 | 3 | -6/+6 |
|\ \
| |/
|/| |
|
| * | Fixes for GCC 4.7.0 (r183974) | lloyd | 2012-02-07 | 1 | -5/+5 |
| * | propagate from branch 'net.randombit.botan' (head 39f53266912f33dc48e942b1b86... | lloyd | 2011-12-18 | 3 | -0/+278 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8... | lloyd | 2011-06-13 | 2 | -3/+3 |
| |\ \ |
|
| | * | | Use unique_ptr instead of auto_ptr | lloyd | 2011-03-08 | 1 | -2/+2 |
| | * | | propagate from branch 'net.randombit.botan' (head dd068808e5bf87c982765a8bcc3... | lloyd | 2011-03-08 | 7 | -212/+172 |
| | |\ \ |
|
| | * \ \ | propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7... | lloyd | 2011-02-11 | 2 | -2/+3 |
| | |\ \ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0... | lloyd | 2010-10-28 | 8 | -53/+53 |
| | | |\ \ \ |
|
| | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24... | lloyd | 2010-10-13 | 1 | -4/+4 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 2 | -2/+3 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | Use std::to_string | lloyd | 2010-09-03 | 1 | -1/+2 |
| | | | * | | | | | propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af... | lloyd | 2010-09-03 | 1 | -1/+1 |
| | | | |\ \ \ \ \ |
|
| | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2... | lloyd | 2010-08-13 | 1 | -1/+1 |
| | | | | |\ \ \ \ \ |
|
| | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1... | lloyd | 2010-07-09 | 1 | -1/+1 |
| | | | | | |\ \ \ \ \ |
|
| | | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d... | lloyd | 2010-06-22 | 3 | -17/+23 |
| | | | | | | |\ \ \ \ \ |
|
| | | | | | | * \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 6 | -50/+55 |
| | | | | | | |\ \ \ \ \ \ |
|
| | | | | | | * | | | | | | | Various updates: unique_ptr, using chrono, merge fixups, etc | lloyd | 2010-03-09 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Remove the autheticator generation from the SRP code as it's not used | lloyd | 2011-12-31 | 4 | -52/+143 |
| |_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | Initial run at an SRP-6a implementation. Not entirely sure about the | lloyd | 2011-12-17 | 3 | -0/+278 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | It's likely that other FPE methods will be desirable once they are | lloyd | 2011-04-20 | 3 | -9/+17 |
* | | | | | | | | | | | | Maintainer mode warning cleanups, mostly for C style casts which I | lloyd | 2011-04-18 | 1 | -4/+4 |
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Move password hashing schemes to src/passhash | lloyd | 2011-02-17 | 6 | -407/+0 |
* | | | | | | | | | | | Add support for bcrypt, the Blowfish-based password hashing scheme | lloyd | 2011-02-16 | 3 | -0/+200 |
* | | | | | | | | | | | Use size_t rather than u32bit for loop variables | lloyd | 2011-02-16 | 1 | -4/+4 |
* | | | | | | | | | | | Forward declare Algorithm_Factory | lloyd | 2011-02-16 | 2 | -1/+3 |
* | | | | | | | | | | | Add the NIST AES key wrap algorithm, as specified in RFC 3394 and | lloyd | 2011-02-15 | 3 | -0/+166 |
|/ / / / / / / / / / |
|
* | | | | | | | | / | Rename to avoid conflicts in the amalgamation | lloyd | 2010-12-28 | 1 | -4/+6 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Rename the base64 filter and macro names in prep for adding | lloyd | 2010-10-27 | 1 | -1/+1 |
* | | | | | | | | | s/u32bit/size_t/ | lloyd | 2010-10-18 | 7 | -51/+51 |
* | | | | | | | | | More size_t | lloyd | 2010-10-15 | 1 | -1/+1 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Remove the upto argument to update_be | lloyd | 2010-10-13 | 1 | -4/+4 |
|/ / / / / / / |
|
* | | | | | | | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -26/+30 |
* | | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -3/+3 |
* | | | | | | | Add a simple update_be to BufferedComputation that takes an integer | lloyd | 2010-10-12 | 1 | -12/+6 |
* | | | | | | | Fix dependencies | lloyd | 2010-09-30 | 2 | -2/+2 |
* | | | | | | | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 1 | -9/+9 |
* | | | | | | | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 1 | -2/+2 |
* | | | | | | | Avoid 3-argument copy | lloyd | 2010-09-13 | 1 | -1/+1 |
* | | | | | | | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 2 | -9/+11 |
* | | | | | | | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 1 | -1/+1 |
* | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 3 | -22/+29 |
* | | | | | | | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -2/+2 |
* | | | | | | | Realization while thinking about the recently added truncate: in a STL | lloyd | 2010-09-07 | 2 | -5/+23 |
|/ / / / / / |
|