aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/base
Commit message (Expand)AuthorAgeFilesLines
...
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-052-4/+2
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-055-6/+7
* Avoid some Wshadows in GCC 4.8Jack Lloyd2016-02-201-2/+2
* Merge GH #407 Add m_ prefix to more member variablesJack Lloyd2016-01-121-16/+16
|\
| * Prefix more member vars with m_ prefixRené Korthaus2016-01-111-16/+16
* | Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-111-4/+1
|/
* Mass-prefix member vars with m_René Korthaus2016-01-082-17/+17
* 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
* Deprecate lookup.h functions GH #366Jack Lloyd2015-12-191-1/+19
* Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-191-1/+1
* Missing addsJack Lloyd2015-12-112-2/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-3/+3
* Minor sanity updates for OctetStringSimon Warta2015-12-092-23/+24
* 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
* Avoid concatination of charsSimon Warta2015-09-221-5/+5
* Internal header cleanupsJack Lloyd2015-09-192-2/+1
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-175-146/+94
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+5
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-292-1/+206
* Reverse the algorithm priority orderingJack Lloyd2015-08-291-7/+10
* Fix typosSimon Warta2015-07-242-2/+2
* Force semicolons at the end of BOTAN_REGISTER_* macro invocationsDaniel Seither2015-07-151-2/+8
* lib/base: Convert &vec[0] to vec.data()Simon Warta2015-06-275-16/+16
* Add BOTAN_DLL back to LibraryInitializer and move some of the implementation tolloyd2015-03-112-5/+29
* LibraryInitializer being dllexport but completely inline seems tolloyd2015-03-101-1/+1
* 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-044-8/+61
* Add missing includelloyd2015-03-021-0/+1
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-0/+1
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-0/+7
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-1/+0
* Enable OpenSSL for providing ciphers and hashes again.lloyd2015-02-051-13/+22
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-0414-0/+1622