Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cull remaining mostly dubious examples. Also remove readme.txt | lloyd | 2014-01-01 | 1 | -126/+0 |
| | |||||
* | Various examples fixes, most notable updating cert_verify to the new API | lloyd | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -4/+4 |
| | | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed. | ||||
* | More pubkey doc updates | lloyd | 2011-04-08 | 1 | -0/+126 |
| | |||||
* | Convert most of the documentation to reStructured Text, adding | lloyd | 2011-04-04 | 1 | -126/+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. | ||||
* | Fix compilation of examples; benchmarking and RNG changes mostly | lloyd | 2010-10-12 | 1 | -31/+8 |
| | |||||
* | Fix examples for destroy being renamed clear | lloyd | 2010-09-13 | 1 | -1/+1 |
| | |||||
* | Fix minor errors and warnings in the examples. Remove boost dependency from | lloyd | 2010-03-03 | 1 | -16/+16 |
| | | | | rng_test example. | ||||
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 1 | -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. | lloyd | 2009-03-17 | 1 | -0/+2 |
| | | | | Patch from David X Callaway. | ||||
* | Update examples for changed EntropySource and RandomNumberGenerator interfaces | lloyd | 2009-01-31 | 1 | -0/+2 |
| | |||||
* | Update examples for recent API changes | lloyd | 2008-10-08 | 1 | -1/+3 |
| | |||||
* | Line wrap | lloyd | 2008-10-01 | 1 | -1/+2 |
| | |||||
* | Fix compilation with latest RNG API | lloyd | 2008-09-18 | 1 | -1/+3 |
| | |||||
* | Add a program that checks the X9.31 PRNG against a set of NIST test vectors | lloyd | 2008-09-18 | 1 | -0/+134 |