aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs
Commit message (Expand)AuthorAgeFilesLines
* 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