aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dsa/dsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-3/+3
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-5/+15
|\
| * propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-211-5/+15
| |\
| | * propagate from branch 'net.randombit.botan' (head 74e9e8642943d126a5e5efa5be1...lloyd2010-03-101-13/+14
| | |\
| | * | Add back async use for RSA, NR, DSA (was lost in mainline merge)lloyd2010-03-091-4/+15
* | | | Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-3/+3
* | | | First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-131-2/+2
|/ / /
* | | KeyPair::check_key's behavior of throwing an exception upon failure waslloyd2010-03-211-12/+1
* | | Remove stdio includelloyd2010-03-131-2/+0
| |/ |/|
* | DSA and NR require certain parameters (which depend on the randomlylloyd2010-03-091-9/+12
|/
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-2/+2
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-5/+3
* Constify sign and verify opslloyd2010-03-051-4/+4
* Remove NR and DSA specific hookslloyd2010-03-051-13/+0
* Add verification ops for all signature key typeslloyd2010-03-051-0/+31
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-051-18/+0
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-0/+33
* Inline simple DSA funcslloyd2010-03-041-17/+1
* Remove DSA load hooks functionslloyd2010-03-041-21/+13
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-0/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-31/+33
* 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-011-0/+131