aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dsa
Commit message (Expand)AuthorAgeFilesLines
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-122-15/+15
* First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-131-2/+2
* More Doxygen updates/fixeslloyd2010-06-151-2/+8
* 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-092-4/+4
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-5/+3
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-3/+1
* Constify sign and verify opslloyd2010-03-052-6/+6
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* Remove NR and DSA specific hookslloyd2010-03-057-263/+0
* Add verification ops for all signature key typeslloyd2010-03-052-0/+52
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-052-21/+0
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-052-5/+59
* Fix typoslloyd2010-03-041-2/+2
* Inline simple DSA funcslloyd2010-03-042-21/+6
* Remove DSA load hooks functionslloyd2010-03-042-32/+17
* Add similar decoding constructors to the private keyslloyd2010-03-041-6/+15
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-1/+6
* 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