aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/passhash
Commit message (Expand)AuthorAgeFilesLines
* Rename the base64 filter and macro names in prep for addinglloyd2010-10-271-1/+1
* s/u32bit/size_t/lloyd2010-10-181-9/+9
* More vector->pointer conversion removals.lloyd2010-09-131-1/+1
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-2/+2
* For passhash9, add another interface that allows the caller to specifylloyd2010-08-222-14/+35
* Avoid name collision in amalgamationlloyd2010-06-221-5/+10
* 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
* 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