aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/dsa_kgen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various examples fixes, most notable updating cert_verify to the new APIlloyd2012-05-311-1/+2
* ECC private keys had two different constructors, one taking a grouplloyd2011-04-081-26/+16
* More pubkey doc updateslloyd2011-04-081-0/+58
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-58/+0
* Remove incorrect commentlloyd2010-11-291-16/+4
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-12/+16
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-171-0/+2
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-5/+4
* Generate a random 2k bit DSA group instead of 1024-bit JCE defaultlloyd2008-08-301-1/+3
* Fix the DSA examples. Reindent.lloyd2008-06-281-1/+3
* Update some of the examples for the recent API changeslloyd2008-06-271-4/+6
* Avoid using the global RNG in check_key, instead pass a reference.lloyd2008-05-241-2/+5
* If the LibraryInitializer is created with just default arguments, don'tlloyd2007-10-071-2/+0
* Make a passphrase optional for the DSA and RSA key generation exampleslloyd2006-09-041-5/+6
* Initial checkin1.5.6lloyd2006-05-181-0/+57