aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/base/algo_registry.h
Commit message (Expand)AuthorAgeFilesLines
* 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