aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/base/algo_registry.h
Commit message (Expand)AuthorAgeFilesLines
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-121-8/+8
* Remove Transform base classJack Lloyd2016-04-211-4/+0
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-1/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+2
* Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-111-4/+1
* String comparision fixesDaniel Neus2016-01-041-1/+1
* Throw Lookup_Error instead of bare Exception when creating an obj failsJack Lloyd2015-12-201-24/+24
* Missing addsJack Lloyd2015-12-111-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-3/+3
* Added myself to credits/copyright.Matej Kenda2015-11-201-0/+1
* Merged two sections of Botan namespace as suggested by randombit. Preprocessi...Matej Kenda2015-11-191-5/+4
* Fixed default ctor for WinCS_MutexMatej Kenda2015-11-041-1/+1
* #321: changed implementation of CriticalSection locking in algo registry.Matej Kenda2015-11-041-34/+38
* Algo_Registry: Use CRITICAL_SECTION instead of std::mutex to prevent hang in ...Matej Kenda2015-11-031-5/+49
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-1/+1
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+5
* Reverse the algorithm priority orderingJack Lloyd2015-08-291-7/+10
* Force semicolons at the end of BOTAN_REGISTER_* macro invocationsDaniel Seither2015-07-151-2/+8
* In Algo_Registry if a maker func fails, try the next most preferred onelloyd2015-03-051-31/+52
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-1/+1
* Add missing includelloyd2015-03-021-0/+1
* Enable OpenSSL for providing ciphers and hashes again.lloyd2015-02-051-13/+22
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-0/+215