aboutsummaryrefslogtreecommitdiffstats
path: root/src/s2k
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-241-2/+2
|\
| * Correct doxygen commentlloyd2010-02-241-2/+2
* | propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-141-3/+3
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-3/+4
| |\
| | * propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-211-3/+4
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-165-30/+2
| | | |\
| | | * | Use the new support for explicitly deleting functions instead of hidinglloyd2009-11-171-3/+4
* | | | | Move the get_byte template to its own header, because many fileslloyd2010-02-021-1/+1
* | | | | Remove include of rng.h in s2k.h since it is no longer used. Add anlloyd2010-02-013-2/+1
* | | | | Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-018-124/+36
|/ / / /
* / / / Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-2/+2
|/ / /
* | / Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
| |/ |/|
* | Make many more headers internal-only.lloyd2009-12-161-2/+2
* | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-164-28/+0
|/
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-294-8/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-154-5/+17
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-308-80/+96
* Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)lloyd2008-11-081-1/+1
* Move the declaration of the HashFunction base class to a new header hash.hlloyd2008-11-083-3/+3
* Remove lookup.h use from OpenPGP S2Klloyd2008-10-262-14/+8
* Make S2K base class non-copyable and non-assignable by default (use clone ins...lloyd2008-10-261-0/+3
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-261-0/+1
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-0/+12
* Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dirlloyd2008-10-2611-0/+505