aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Some more fixes for cms_ealg.cpp (still doesn't compile)lloyd2006-07-171-11/+11
* 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
* Changelog updateslloyd2006-07-161-0/+5
* 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 declaration for add_alias, which was removed at some pointlloyd2006-07-164-42/+47
* 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
* Add my personal encryption key to pgpkeys.asclloyd2006-07-161-27/+65
* Some API doc updates, mostly in the first few sections. Document the newlloyd2006-07-131-49/+51
* Extend the language offered by InitializerOptions a bit, so thatlloyd2006-07-132-14/+46
* Version bumplloyd2006-07-132-2/+2
* Remove a kind of useless title line from info.txtlloyd2006-07-131-1/+0
* Updated changelog1.5.9lloyd2006-07-121-1/+5
* Add a LibraryInitializer constructor taking a std::string, which simplylloyd2006-07-122-0/+10
* Version bump to 1.5.9lloyd2006-07-082-2/+2
* Make Mutex_Factory an abstract class, move the creation of the no-oplloyd2006-07-073-3/+16
* Remove a line that should have been deleted in the last commit.lloyd2006-07-071-1/+0
* Have Library_State's constructor thrown an exception if thelloyd2006-07-072-10/+5
* Respect the secure_memory config optionlloyd2006-07-023-1/+10
* Move InitializerOptions out of the Init namespacelloyd2006-07-023-19/+15
* Add del_fun and delete2nd functions for running deleteslloyd2006-07-022-8/+26
* Let modules override the transcoder object (since system libslloyd2006-07-014-1/+12
* Fix config handling (stupid mismatch was causing the getter for thelloyd2006-07-015-13/+11
* Ignore build/build.h, not build/config.hlloyd2006-07-011-1/+1
* Just some small cleanups / variable renameslloyd2006-07-011-6/+9
* Make choose_sig_format a static member of Config rather thanlloyd2006-07-014-38/+18
* Access the global configuration through an object reference insteadlloyd2006-07-0129-384/+417
* Clean up initialization a little bit morelloyd2006-07-015-43/+95
* Yet more conf.h -> config.h changeslloyd2006-07-013-3/+3
* More config.h fixeslloyd2006-07-016-6/+6
* More config.h include fixeslloyd2006-07-013-3/+3
* Fix more config.h includeslloyd2006-07-014-4/+4
* Fix config.h includeslloyd2006-07-015-5/+5
* Fix botan.h to include config.h instead of conf.hlloyd2006-07-011-1/+1
* Rename conf.* to config.*lloyd2006-07-012-0/+0
* Modify types.h to include build.h instead of config.hlloyd2006-07-011-1/+1
* Check in newly rebuilt configure.pllloyd2006-07-011-4/+4
* Change build/config.h -> build/build.hlloyd2006-07-012-4/+4
* Various changes to how library initialization occurs, though I'm stilllloyd2006-06-265-99/+42
* Fix compile errorlloyd2006-06-261-1/+2
* The 1.4 changelog had the wrong year for the 1.4.12 releaselloyd2006-06-261-1/+1
* Use X509_Object::make_signed, rather than running through the processlloyd2006-06-251-10/+1
* Remove an implementation of make_signed from x509_ca.cpp, insteadlloyd2006-06-251-20/+4