aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dsa
Commit message (Expand)AuthorAgeFilesLines
* Drop async.h and switch to using std::async which was added to GCC beforelloyd2010-02-241-3/+4
* propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-5/+16
|\
| * propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-161-5/+16
| |\
| | * Post-merge fixeslloyd2009-12-161-1/+1
| | * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-6/+7
| | |\
| | * \ propagate from branch 'net.randombit.botan' (head 2f3665f775fafbdfa517ecdca7f...lloyd2009-11-191-5/+16
| | |\ \
| | | * | Add a simple version of std::async as std_async in async.h and use itlloyd2009-11-171-22/+5
| | | * | Also parallelize DSA signature generation, though due to critical pathlloyd2009-11-171-2/+13
| | | * | Use a thread to compute half of the DSA verification. 20-90% faster dependinglloyd2009-11-171-2/+19
* | | | | Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-0/+2
|/ / / /
* | | / Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
| |_|/ |/| |
* | | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-6/+7
|/ /
* / Name argumentslloyd2009-11-181-6/+12
|/
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Fix some unused variable nits pointed out by icc 10.1lloyd2009-07-211-6/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-8/+8
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+0
* engine.h had copies of some declarations from pk_engine.h that had notlloyd2009-05-131-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-306-90/+102
* Remove dependency on Default_Engine from pubkey codelloyd2008-11-081-10/+0
* Move last pieces of algorithm-specific code from general 'pubkey' modulelloyd2008-10-014-9/+142
* Split Diffie-Hellman off almost completely, such that nearly none oflloyd2008-10-011-0/+1
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-015-0/+315