aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dsa/dsa.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-107/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-3/+3
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-12/+12
* More Doxygen updates/fixeslloyd2010-06-151-2/+8
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-2/+2
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-3/+1
* Constify sign and verify opslloyd2010-03-051-2/+2
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* Remove NR and DSA specific hookslloyd2010-03-051-6/+0
* Add verification ops for all signature key typeslloyd2010-03-051-0/+21
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-051-3/+0
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-5/+26
* Fix typoslloyd2010-03-041-2/+2
* Inline simple DSA funcslloyd2010-03-041-4/+5
* Remove DSA load hooks functionslloyd2010-03-041-11/+4
* 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
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-10/+12
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-0/+60