aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make the ByteReader class in CAST_128::key_schedule only manipulatelloyd2006-08-101-2/+2
* If an exception is thrown anywhere inside Init::initialize, catch itlloyd2006-08-091-34/+39
* Remove memory leak - the configuration object was not being deleted.lloyd2006-08-091-0/+1
* Alter how buffering is performed in MDx_HashFunction:add_data; ratherlloyd2006-08-051-11/+19
* Make it possible to insert Engines into the front of the queue;lloyd2006-08-051-3/+7
* The use_engines flag was not being respected; specifically, if therelloyd2006-08-051-4/+8
* Move include of x509_ext.h to x509_ca.h, instead of using forwardlloyd2006-07-311-13/+8
* Fix definition of OID 2.5.4.8; was accidentally changed by search-replacelloyd2006-07-311-1/+1
* Remove FIPS140::good_edc; it has never been used and probably will notlloyd2006-07-291-18/+0
* Change Builtin_Module constructor to take an InitializerOptionslloyd2006-07-282-17/+31
* Add a "selftest" option that allows the user to disable startup selftestslloyd2006-07-281-0/+8
* Remove unneccessary includeslloyd2006-07-281-2/+0
* Add two more constructors to AlgorithmIdentifier, which take alloyd2006-07-221-4/+36
* Remove a declaration for add_alias, which was removed at some pointlloyd2006-07-162-37/+45
* Extend the language offered by InitializerOptions a bit, so thatlloyd2006-07-131-13/+44
* Add a LibraryInitializer constructor taking a std::string, which simplylloyd2006-07-121-0/+9
* Make Mutex_Factory an abstract class, move the creation of the no-oplloyd2006-07-072-2/+6
* 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-022-1/+9
* Move InitializerOptions out of the Init namespacelloyd2006-07-022-8/+3
* Add del_fun and delete2nd functions for running deleteslloyd2006-07-021-8/+7
* Let modules override the transcoder object (since system libslloyd2006-07-013-1/+10
* Fix config handling (stupid mismatch was causing the getter for thelloyd2006-07-013-11/+8
* Just some small cleanups / variable renameslloyd2006-07-011-6/+9
* Make choose_sig_format a static member of Config rather thanlloyd2006-07-013-27/+14
* Access the global configuration through an object reference insteadlloyd2006-07-0124-359/+386
* Clean up initialization a little bit morelloyd2006-07-013-33/+74
* 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
* Rename conf.* to config.*lloyd2006-07-011-0/+0
* Various changes to how library initialization occurs, though I'm stilllloyd2006-06-263-87/+33
* Fix compile errorlloyd2006-06-261-1/+2
* 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
* Add a static make_signed function to X509_Objectlloyd2006-06-251-0/+16
* Support named mutexes outside of the global library state.lloyd2006-06-253-43/+49
* Missed some variables in the last commit.lloyd2006-06-251-11/+11
* Rename some variables to make operation a little more obviouslloyd2006-06-251-8/+8
* Change how builtin modules are loaded - provide an interface to alloyd2006-06-252-71/+75
* Guard set_timer with a check so it does not set the timer to NULLlloyd2006-06-251-2/+5
* Add a set_timer method to Library_State, and rearrange the orderlloyd2006-06-251-7/+14
* Add a class that encapsulates the options given at initialization timelloyd2006-06-251-0/+76
* Have allocator objects 'know' their own names, rather than keeping themlloyd2006-06-253-11/+13
* Make Library_State::x509_state() non-const to support lazy initialiation.lloyd2006-06-251-1/+1
* Have system_clock return 0, rather than crash, if no timer is setlloyd2006-06-251-7/+7
* Make set_global_state a little more elegant, by having it deletelloyd2006-06-251-2/+1
* Respect configuration parameters for if an extension should belloyd2006-06-251-2/+14