aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/libstate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow adding engines dynamicallylloyd2010-03-241-10/+8
* Delete global RNG and the mutex in ~Library_Statelloyd2010-03-231-3/+5
* There are some nasty API problems that are caused by having to pass alloyd2010-03-191-6/+23
* At startup, test if lock_mem() at least seems to work. If it doesn't,lloyd2010-03-131-1/+2
* Remove config options to toggle if X.509 extensions are critical orlloyd2010-03-101-17/+0
* Remove the base/default_allocator option, instead save as a per-libstatelloyd2010-03-101-11/+6
* Make startup self-test failures more verboselloyd2009-12-261-2/+1
* Don't require selftest in libstate; macro wraplloyd2009-12-221-2/+6
* Add missing BOTAN_DLL exports.lloyd2009-12-161-8/+9
* Make many more headers internal-only.lloyd2009-12-161-11/+11
* Stub for AES class using Intel's AES-NI instructions and an engine forlloyd2009-11-061-0/+8
* Rename SSE2 stuff to be generally SIMD since it supports at least SSE2lloyd2009-10-291-4/+4
* Run self tests at startuplloyd2009-10-071-0/+4
* The first argument of Library_State::set_option was accidentally beinglloyd2009-09-091-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-58/+60
* Remove Library_State::add_engine and Algorithm_Factory::add_engine,lloyd2008-11-121-19/+12
* Library_State had two functions that did the same thing,lloyd2008-11-121-2/+2
* Split asm_engine into three engines (ia32, amd64, sse2). This allowslloyd2008-11-111-7/+24
* Update Library_State for new Algorithm_Factory constructorlloyd2008-11-111-1/+1
* Fix destructorlloyd2008-11-111-1/+1
* After finding myself typing global_state().algorithm_factory() insteadlloyd2008-11-111-9/+9
* Change LibraryInitializer back to accepting a std::string for backwardslloyd2008-11-111-1/+1
* Add back Library_State::add_engine for Monotonelloyd2008-11-101-0/+8
* Move get_bc_pad to def_engine/def_mode.cpplloyd2008-11-101-5/+6
* Drop all options except thread safety. Also remove InitializerOptions, etclloyd2008-11-101-13/+5
* Remove Modules class from the initializer code - it just wasn't that usefullloyd2008-11-101-16/+66
* Use Algorithm_Factory instead of lookup in Default_Engine block cipherlloyd2008-11-101-1/+0
* Use Algorithm_Factory and SCAN_Name for all hash lookups. Modify engineslloyd2008-11-101-1/+1
* Add a class Algorithm_Factory which encapsulates the Engine classes (andlloyd2008-11-101-34/+16
* Move libstate and selftest out of core/ dir to toplevellloyd2008-10-261-0/+294