aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a static make_signed function to X509_Objectlloyd2006-06-252-0/+20
* Remove a spurious linebreaklloyd2006-06-251-1/+0
* Update user-visible changelog to reflect changes since 1.5.8lloyd2006-06-251-0/+7
* Support named mutexes outside of the global library state.lloyd2006-06-257-60/+73
* The AEP engine was still expecting mul_mod to exist, which was removedlloyd2006-06-251-7/+14
* 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-253-87/+101
* Guard set_timer with a check so it does not set the timer to NULLlloyd2006-06-251-2/+5
* Fix two declarations that were incorrect.lloyd2006-06-251-2/+2
* Add a set_timer method to Library_State, and rearrange the orderlloyd2006-06-252-7/+15
* Add a class that encapsulates the options given at initialization timelloyd2006-06-252-0/+94
* Have allocator objects 'know' their own names, rather than keeping themlloyd2006-06-258-14/+20
* Make Library_State::x509_state() non-const to support lazy initialiation.lloyd2006-06-252-2/+2
* 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
* Remove a function in Certificate_Extension that was declared butlloyd2006-06-252-9/+6
* Remove the older version of X509_CA::make_cert entirelylloyd2006-06-252-42/+10
* Alter the self-signed cert generating code to use the new versionlloyd2006-06-251-4/+13
* Add a new variant of X509_CA::make_cert that takes an Extensions object,lloyd2006-06-252-0/+24
* Add note that arbitrary X.509 extensions can be supported1.5.8lloyd2006-06-241-0/+1
* Remove Extension::make_extension, use the global extension prototypeslloyd2006-06-244-36/+7
* Add a complete set of extension object prototypes to the globallloyd2006-06-241-29/+20
* Add error checking to x509_state()lloyd2006-06-241-1/+5
* Add an X509_GlobalState pointer to the library state.lloyd2006-06-245-7/+140
* Small cleanup to Authority_Key_Identifier::decode_innerlloyd2006-06-241-2/+3
* Add a swap_global_state, to allow the use of multiplelloyd2006-06-242-0/+9
* The OID stored in the Data_Store member of PKCS10_Request is justlloyd2006-06-231-1/+1