| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | | | | | | | | 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 |
|/ / / / / / |
|
* | | | | | | Update some callers that were using Hex_Encoder or Hex_Decoder but | lloyd | 2010-09-03 | 1 | -6/+2 |
* | | | | | | For passhash9, add another interface that allows the caller to specify | lloyd | 2010-08-22 | 2 | -14/+35 |
|/ / / / / |
|
* / / / / | In 1.9.9 I moved the cryptobox functions out of the CryptoBox | lloyd | 2010-08-10 | 2 | -11/+22 |
|/ / / / |
|
* | | / | Avoid name collision in amalgamation | lloyd | 2010-06-22 | 1 | -5/+10 |
| |_|/
|/| | |
|
* | | | Doxygen | lloyd | 2010-06-21 | 3 | -17/+23 |
| |/
|/| |
|
* | | Remove some of the more extraneous namespaces | lloyd | 2010-06-16 | 4 | -41/+25 |
* | | More Doxygen comments | lloyd | 2010-06-16 | 1 | -8/+26 |
* | | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -0/+3 |
* | | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -1/+1 |
|/ |
|
* | Clean up catch and return | lloyd | 2010-03-01 | 1 | -5/+1 |
* | In get_pbkdf_prf, catch Algorithm_Not_Found and return null | lloyd | 2010-03-01 | 1 | -2/+10 |
* | passhash9: Ensure that choose_pbkdf_prf returns a PRF if possible | lloyd | 2010-03-01 | 1 | -2/+8 |
* | Further passhash changes before release and things have to be | lloyd | 2010-02-05 | 4 | -105/+136 |
* | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 3 | -3/+3 |
* | Prefix passhash with "$9$" in a manner similar with other | lloyd | 2010-02-02 | 3 | -16/+31 |
* | Password hashing is a pretty useful service, really. Move the guts of | lloyd | 2010-02-01 | 3 | -0/+125 |
* | Modify the S2K interface. Instead of being stateful in terms of the salt | lloyd | 2010-02-01 | 1 | -6/+6 |
* | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 1 | -1/+1 |
* | Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostly | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 4 | -4/+4 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 3 | -14/+14 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 4 | -5/+5 |