aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory/algo_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-225/+0
* Doxygen warning fixeslloyd2012-07-091-1/+0
* propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-2/+1
|\
| * propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-2/+1
| |\
| | * propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c...lloyd2010-08-041-2/+1
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-3/+11
| | | |\
| | | * \ propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74...lloyd2010-04-091-2/+6
| | | |\ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-3/+1
| | | |\ \ \
| | | | * | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-011-3/+2
* | | | | | | Move PBKDF lookups to enginelloyd2010-11-041-0/+24
* | | | | | | Add a BOTAN_DEPRECATED macro which can provide compile-timelloyd2010-11-021-2/+3
|/ / / / / /
* / / / / / s/u32bit/size_t/lloyd2010-10-121-6/+6
|/ / / / /
* | | | | merge of '28d57385c0f1a9a2665288ce728e8b3231634f59'lloyd2010-08-031-0/+4
|\ \ \ \ \
| * | | | | Forbid copying an Algorithm_Factory; could easily cause double-delete,lloyd2010-07-301-0/+4
* | | | | | We've already predeclared Engine at the start of the header, so nolloyd2010-07-291-4/+4
|/ / / / /
* | | | / Expose Algorithm_Factory::clear_caches which clears out all of thelloyd2010-07-271-0/+5
| |_|_|/ |/| | |
* | | | More Doxygen commentslloyd2010-06-161-0/+7
* | | | More Doxygen fixeslloyd2010-06-151-2/+3
* | | | Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
| |_|/ |/| |
* | | Allow adding engines dynamicallylloyd2010-03-241-3/+6
|/ /
* | Doxygen commentslloyd2010-01-071-14/+63
* | Make many more headers internal-only.lloyd2009-12-161-1/+2
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-0/+2
* Fix misspelled words in algo_factory.{cpp,h}, from Charles Brockman in bug 40lloyd2009-03-021-3/+3
* In Algorithm_Factory, create the Algorithm_Cache<> objects dynamicallylloyd2008-11-121-5/+6
* Remove Library_State::add_engine and Algorithm_Factory::add_engine,lloyd2008-11-121-14/+25
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-24/+59
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-2/+0
* Use cache in Algorithm_Factory for cipherslloyd2008-11-111-6/+10
* Add a new cache at the level of Algorithm_Factory. Intent is to replacelloyd2008-11-111-1/+7
* Remove a global_state() dependency on Engine without breaking Monotonelloyd2008-11-111-0/+3
* Add a function to query algorithm providerslloyd2008-11-111-0/+2
* Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac...lloyd2008-11-111-0/+70