| Commit message (Expand) | Author | Age | Files | Lines |
* | Always print the exact value of the OID found in the ASN.1 example, even | lloyd | 2007-03-10 | 1 | -1/+6 |
* | Add a password hashing example. It uses PBKDF2/SHA-1 with 10000 iterations, | lloyd | 2007-03-09 | 2 | -1/+81 |
* | Remove the (deleted) fips140 example from the Makefile | lloyd | 2006-09-07 | 1 | -5/+1 |
* | Make a passphrase optional for the DSA and RSA key generation examples | lloyd | 2006-09-04 | 2 | -12/+17 |
* | Drop the fips140 example, doesn't build after recent changes and it's | lloyd | 2006-08-23 | 1 | -59/+0 |
* | Don't bail out of the rho computation until 2^32 tries, since the | lloyd | 2006-07-16 | 1 | -3/+3 |
* | Have to (potentially) factor the result from the Rho computation, as it | lloyd | 2006-07-16 | 1 | -4/+7 |
* | Move the declaration of a_factor outside the loop, and use a do loop | lloyd | 2006-07-16 | 1 | -4/+5 |
* | Remove some completely redundant code in factorize() | lloyd | 2006-07-16 | 1 | -6/+1 |
* | Break out after 2^16 tries, so we restart from a different random point | lloyd | 2006-07-16 | 1 | -4/+8 |
* | Make factorize() iterative instead of recursive | lloyd | 2006-07-16 | 1 | -22/+50 |
* | Remove whitespace, add a slightly informative comment, etc | lloyd | 2006-07-16 | 1 | -2/+2 |
* | Enable optimizations in the makefile | lloyd | 2006-07-16 | 1 | -4/+2 |
* | Extend the xor_ciph example to support longer keys, and update it to | lloyd | 2006-07-16 | 1 | -18/+16 |
* | Remove a debugging print statement | lloyd | 2006-07-16 | 1 | -4/+3 |
* | Add an example that performs factoring (using Pollard's Rho algorithm) | lloyd | 2006-07-16 | 2 | -1/+115 |
* | Remove the to_lower function; turns out that both uses of it | lloyd | 2006-06-19 | 1 | -1/+3 |
* | Don't print a CRL from the X.509 CA example. | lloyd | 2006-06-05 | 1 | -7/+0 |
* | Change X509_Certificate::subject_info and issuer_info to return | lloyd | 2006-06-03 | 1 | -6/+4 |
* | Update some of the examples to reflect the new APIs. | lloyd | 2006-05-19 | 2 | -14/+24 |
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 26 | -0/+2506 |