Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move rng.{cpp,h} from core to rng/ topdir | lloyd | 2008-10-26 | 1 | -5/+3 |
| | | | | | | | | | | | | | | Add a new class AutoSeeded_RNG that is a RandomNumberGenerator that wraps up the logic formerly in RandomNumberGenerator::make_rng. make_rng in fact now just returns a new AutoSeeded_RNG object. AutoSeeded_RNG is a bit more convenient because - No need to use auto_ptr - No need to dereference (same syntax everywhere - it's an underestimated advantage imo) Also move the code from timer/timer_base to timer/ | ||||
* | Fix the DSA examples. Reindent. | lloyd | 2008-06-28 | 1 | -2/+4 |
| | |||||
* | Update some of the examples for the recent API changes | lloyd | 2008-06-27 | 1 | -2/+5 |
| | |||||
* | Add missing headers in the example problems, noticed while compiling under | lloyd | 2008-06-11 | 1 | -0/+1 |
| | | | | GCC 4.3. Missing <memory> for auto_ptr and <cstdlib> for atoi | ||||
* | Update ca.cpp with new signature of X509_CA::sign_request | lloyd | 2008-04-10 | 1 | -1/+5 |
| | |||||
* | Have the ca example take all filenames as arguments instead of hardcoding. | lloyd | 2007-10-20 | 1 | -10/+18 |
| | |||||
* | If the LibraryInitializer is created with just default arguments, don't | lloyd | 2007-10-07 | 1 | -2/+0 |
| | | | | | | | bother creating it, just let it be initialized lazily when needed. Reindents in encypt.cpp and hash_fd.cpp (indenting the brace after a try statement). | ||||
* | Don't print a CRL from the X.509 CA example. | lloyd | 2006-06-05 | 1 | -7/+0 |
| | |||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+65 |