aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* Remove the (deleted) fips140 example from the Makefilelloyd2006-09-071-5/+1
* Make a passphrase optional for the DSA and RSA key generation exampleslloyd2006-09-042-12/+17
* Drop the fips140 example, doesn't build after recent changes and it'slloyd2006-08-231-59/+0
* Don't bail out of the rho computation until 2^32 tries, since thelloyd2006-07-161-3/+3
* Have to (potentially) factor the result from the Rho computation, as itlloyd2006-07-161-4/+7
* Move the declaration of a_factor outside the loop, and use a do looplloyd2006-07-161-4/+5
* Remove some completely redundant code in factorize()lloyd2006-07-161-6/+1
* Break out after 2^16 tries, so we restart from a different random pointlloyd2006-07-161-4/+8
* Make factorize() iterative instead of recursive lloyd2006-07-161-22/+50
* Remove whitespace, add a slightly informative comment, etclloyd2006-07-161-2/+2
* Enable optimizations in the makefilelloyd2006-07-161-4/+2
* Extend the xor_ciph example to support longer keys, and update it tolloyd2006-07-161-18/+16
* Remove a debugging print statementlloyd2006-07-161-4/+3
* Add an example that performs factoring (using Pollard's Rho algorithm)lloyd2006-07-162-1/+115
* Remove the to_lower function; turns out that both uses of itlloyd2006-06-191-1/+3
* Don't print a CRL from the X.509 CA example.lloyd2006-06-051-7/+0
* Change X509_Certificate::subject_info and issuer_info to returnlloyd2006-06-031-6/+4
* Update some of the examples to reflect the new APIs.lloyd2006-05-192-14/+24
* Initial checkin1.5.6lloyd2006-05-1826-0/+2506