Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make SHA-256 the default instead of SHA-1 in passhash9 - it's been | lloyd | 2013-04-04 | 2 | -4/+16 |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 1 | -2/+2 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 2 | -11/+11 |
* | propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8... | lloyd | 2011-06-13 | 2 | -3/+9 |
|\ | |||||
| * | Use unique_ptr instead of auto_ptr | lloyd | 2011-03-08 | 1 | -2/+7 |
| * | propagate from branch 'net.randombit.botan' (head dd068808e5bf87c982765a8bcc3... | lloyd | 2011-03-08 | 1 | -1/+2 |
* | | Add base64_decode. Seems to work OK, though incremental decoding is | lloyd | 2011-05-12 | 1 | -9/+1 |
* | | Make the alg_id param for passhash9 optional. Update callers. | lloyd | 2011-04-11 | 2 | -23/+4 |
|/ | |||||
* | Move password hashing schemes to src/passhash | lloyd | 2011-02-17 | 6 | -0/+407 |