| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more fixes for cms_ealg.cpp (still doesn't compile) | lloyd | 2006-07-17 | 1 | -11/+11 |
* | 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 |
* | Changelog updates | lloyd | 2006-07-16 | 1 | -0/+5 |
* | 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 declaration for add_alias, which was removed at some point | lloyd | 2006-07-16 | 4 | -42/+47 |
* | 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 |
* | Add my personal encryption key to pgpkeys.asc | lloyd | 2006-07-16 | 1 | -27/+65 |
* | Some API doc updates, mostly in the first few sections. Document the new | lloyd | 2006-07-13 | 1 | -49/+51 |
* | Extend the language offered by InitializerOptions a bit, so that | lloyd | 2006-07-13 | 2 | -14/+46 |
* | Version bump | lloyd | 2006-07-13 | 2 | -2/+2 |
* | Remove a kind of useless title line from info.txt | lloyd | 2006-07-13 | 1 | -1/+0 |
* | Updated changelog1.5.9 | lloyd | 2006-07-12 | 1 | -1/+5 |
* | Add a LibraryInitializer constructor taking a std::string, which simply | lloyd | 2006-07-12 | 2 | -0/+10 |
* | Version bump to 1.5.9 | lloyd | 2006-07-08 | 2 | -2/+2 |
* | Make Mutex_Factory an abstract class, move the creation of the no-op | lloyd | 2006-07-07 | 3 | -3/+16 |
* | Remove a line that should have been deleted in the last commit. | lloyd | 2006-07-07 | 1 | -1/+0 |
* | Have Library_State's constructor thrown an exception if the | lloyd | 2006-07-07 | 2 | -10/+5 |
* | Respect the secure_memory config option | lloyd | 2006-07-02 | 3 | -1/+10 |
* | Move InitializerOptions out of the Init namespace | lloyd | 2006-07-02 | 3 | -19/+15 |
* | Add del_fun and delete2nd functions for running deletes | lloyd | 2006-07-02 | 2 | -8/+26 |
* | Let modules override the transcoder object (since system libs | lloyd | 2006-07-01 | 4 | -1/+12 |
* | Fix config handling (stupid mismatch was causing the getter for the | lloyd | 2006-07-01 | 5 | -13/+11 |
* | Ignore build/build.h, not build/config.h | lloyd | 2006-07-01 | 1 | -1/+1 |
* | Just some small cleanups / variable renames | lloyd | 2006-07-01 | 1 | -6/+9 |
* | Make choose_sig_format a static member of Config rather than | lloyd | 2006-07-01 | 4 | -38/+18 |
* | Access the global configuration through an object reference instead | lloyd | 2006-07-01 | 29 | -384/+417 |
* | Clean up initialization a little bit more | lloyd | 2006-07-01 | 5 | -43/+95 |
* | Yet more conf.h -> config.h changes | lloyd | 2006-07-01 | 3 | -3/+3 |
* | More config.h fixes | lloyd | 2006-07-01 | 6 | -6/+6 |
* | More config.h include fixes | lloyd | 2006-07-01 | 3 | -3/+3 |
* | Fix more config.h includes | lloyd | 2006-07-01 | 4 | -4/+4 |
* | Fix config.h includes | lloyd | 2006-07-01 | 5 | -5/+5 |
* | Fix botan.h to include config.h instead of conf.h | lloyd | 2006-07-01 | 1 | -1/+1 |
* | Rename conf.* to config.* | lloyd | 2006-07-01 | 2 | -0/+0 |
* | Modify types.h to include build.h instead of config.h | lloyd | 2006-07-01 | 1 | -1/+1 |
* | Check in newly rebuilt configure.pl | lloyd | 2006-07-01 | 1 | -4/+4 |
* | Change build/config.h -> build/build.h | lloyd | 2006-07-01 | 2 | -4/+4 |
* | Various changes to how library initialization occurs, though I'm still | lloyd | 2006-06-26 | 5 | -99/+42 |
* | Fix compile error | lloyd | 2006-06-26 | 1 | -1/+2 |
* | The 1.4 changelog had the wrong year for the 1.4.12 release | lloyd | 2006-06-26 | 1 | -1/+1 |
* | Use X509_Object::make_signed, rather than running through the process | lloyd | 2006-06-25 | 1 | -10/+1 |
* | Remove an implementation of make_signed from x509_ca.cpp, instead | lloyd | 2006-06-25 | 1 | -20/+4 |