aboutsummaryrefslogtreecommitdiffstats
path: root/src/passhash
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-016-397/+0
* Testslloyd2013-12-311-2/+2
* Move add_alias and deref_alias from Library_State to SCAN_Namelloyd2013-12-251-1/+0
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-282-2/+2
* Make SHA-256 the default instead of SHA-1 in passhash9 - it's beenlloyd2013-04-042-4/+16
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-2/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-11/+11
* propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-132-3/+9
|\
| * Use unique_ptr instead of auto_ptrlloyd2011-03-081-2/+7
| * propagate from branch 'net.randombit.botan' (head dd068808e5bf87c982765a8bcc3...lloyd2011-03-081-1/+2
* | Add base64_decode. Seems to work OK, though incremental decoding islloyd2011-05-121-9/+1
* | Make the alg_id param for passhash9 optional. Update callers.lloyd2011-04-112-23/+4
|/
* Move password hashing schemes to src/passhashlloyd2011-02-176-0/+407