aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/sig_gen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More pubkey doc updateslloyd2011-04-081-0/+96
|
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-96/+0
| | | | | | | | | | | | | | | | | | | a makefile to build it with Sphinx (http://sphinx.pocoo.org/). Previously credits.txt listed public domain code sources; instead directly credit the authors in the relevant files and delete that file. Drop the draft FIPS 140 security policy; I can't imagine FIPS 140 validation will ever happen, and if it does, I don't want anything to do with it. Also drop the internals doc, which was so out of date (and incomplete) as to be worthless. Move the tutorials and InSiTo pdfs into old/ for the time being, until anything relevant from them can be filtered out and converted into RST.
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-3/+3
| | | | | Remove use of look_pk from the source and examples, instead instantiate classes directly.
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
| | | | | | | | including the examples and self-test code. Most of these files had not copyright/license information at all; since a major point of the examples is to allow users to copy and paste code that already does something they want, an ambigious license is not good.
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-171-1/+1
| | | | Patch from David X Callaway.
* Add missing <memory> includelloyd2008-09-181-0/+1
|
* Add testers for the NIST CAVS PQGGen and SigGen tests (part of FIPS-140lloyd2008-09-181-0/+89
DSA test suite)