aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbkdf
Commit message (Expand)AuthorAgeFilesLines
* Change the default PKCS #8 PBKDF runtime from 200 to 300 milliseconds.lloyd2013-04-042-2/+2
* Move assert.h from internal to very public (included in types.h)lloyd2013-03-131-1/+0
* More Doxygen warning fixeslloyd2012-07-091-0/+3
* Add missing headers, triggered errors under minimal buildslloyd2012-06-191-0/+1
* Missing source file from d8021f3e5aa8812a2843d6afd27bbe56d04af734lloyd2012-06-011-0/+44
* Add new PBKDF interface that takes a std::chrono::milliseconds andlloyd2012-05-318-149/+137
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-183-6/+6
* First step towards replacing the existing containers with std::vectorlloyd2012-05-181-1/+1
* propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-1/+1
|\
| * propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-132-4/+4
| |\
| | * Use std::to_stringlloyd2010-09-031-1/+1
| | * propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-031-3/+3
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-091-3/+3
* | | | Mass disable copy constructors and assignment on all algos until proven safe/...lloyd2010-11-041-6/+0
* | | | Add new top-level algorithm which provides basic functionality: namelloyd2010-11-012-12/+4
|/ / /
* | | Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-133-5/+5
* | | s/u32bit/size_t/ in pbkdflloyd2010-10-127-31/+31
* | | Use size_t for BufferedComputation::add_datalloyd2010-10-121-1/+1
* | | Remove more implicit vector to pointer conversionslloyd2010-09-142-4/+5
* | | More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
* | | Handle the case that container size() returns something other than u32bitlloyd2010-09-141-1/+1
* | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
|/ /
* | Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases,lloyd2010-08-211-5/+10
* | Correct Doxygen commentlloyd2010-08-171-3/+2
* | Fix Doxygen comment in PBKDF2 constructorlloyd2010-08-131-2/+2
|/
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-0911-0/+406