aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24...lloyd2010-10-131-4/+4
|\
| * Remove the upto argument to update_belloyd2010-10-131-4/+4
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-132-2/+3
|\ \ | |/ |/|
| * Use std::to_stringlloyd2010-09-031-1/+2
| * propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-031-1/+1
| |\
| | * propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2...lloyd2010-08-131-1/+1
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-091-1/+1
| | | |\
| | | | * propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d...lloyd2010-06-223-17/+23
| | | | |\
| | | | * \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-176-50/+55
| | | | |\ \
| | | | * | | Various updates: unique_ptr, using chrono, merge fixups, etclloyd2010-03-091-1/+1
* | | | | | | s/BLOCK_SIZE/block_size()/lloyd2010-10-131-26/+30
* | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-3/+3
* | | | | | | Add a simple update_be to BufferedComputation that takes an integerlloyd2010-10-121-12/+6
* | | | | | | Fix dependencieslloyd2010-09-302-2/+2
* | | | | | | Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-9/+9
* | | | | | | More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
* | | | | | | Avoid 3-argument copylloyd2010-09-131-1/+1
* | | | | | | Remove more uses of vector to pointer implicit conversionslloyd2010-09-132-9/+11
* | | | | | | More vector->pointer conversion removals.lloyd2010-09-131-1/+1
* | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-133-22/+29
* | | | | | | Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-2/+2
* | | | | | | Realization while thinking about the recently added truncate: in a STLlloyd2010-09-072-5/+23
|/ / / / / /
* | | | | | Update some callers that were using Hex_Encoder or Hex_Decoder butlloyd2010-09-031-6/+2
* | | | | | For passhash9, add another interface that allows the caller to specifylloyd2010-08-222-14/+35
|/ / / / /
* / / / / In 1.9.9 I moved the cryptobox functions out of the CryptoBoxlloyd2010-08-102-11/+22
|/ / / /
* | | / Avoid name collision in amalgamationlloyd2010-06-221-5/+10
| |_|/ |/| |
* | | Doxygenlloyd2010-06-213-17/+23
| |/ |/|
* | Remove some of the more extraneous namespaceslloyd2010-06-164-41/+25
* | More Doxygen commentslloyd2010-06-161-8/+26
* | More Doxygen updates/fixeslloyd2010-06-151-0/+3
* | Fix a few hundred Doxygen warningslloyd2010-06-151-1/+1
|/
* Clean up catch and returnlloyd2010-03-011-5/+1
* In get_pbkdf_prf, catch Algorithm_Not_Found and return nulllloyd2010-03-011-2/+10
* passhash9: Ensure that choose_pbkdf_prf returns a PRF if possiblelloyd2010-03-011-2/+8
* Further passhash changes before release and things have to belloyd2010-02-054-105/+136
* Move the get_byte template to its own header, because many fileslloyd2010-02-023-3/+3
* Prefix passhash with "$9$" in a manner similar with otherlloyd2010-02-023-16/+31
* Password hashing is a pretty useful service, really. Move the guts oflloyd2010-02-013-0/+125
* Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-011-6/+6
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+1
* Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostlylloyd2009-12-231-1/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-214-4/+4
* Add missing BOTAN_DLL exports.lloyd2009-12-163-14/+14
* Make many more headers internal-only.lloyd2009-12-164-5/+5
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-163-22/+2
* Add missing header guards to package.h and botan.hlloyd2009-12-021-0/+5
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-1712-0/+953