aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/filters
Commit message (Expand)AuthorAgeFilesLines
* More filter testsJack Lloyd2016-12-222-18/+18
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-1828-118/+118
* Remove <source> block from info.txt filesJack Lloyd2016-12-081-17/+0
* Fix amalgamation for IncludeOS - avoid having <thread> pulled inJack Lloyd2016-11-271-1/+1
* Add BOTAN_WARN_UNUSED_RESULT macroJack Lloyd2016-11-091-10/+11
* Implement barriers for Threaded ForkJoel Low2016-11-061-11/+7
* Avoid bogus include with compression disabledJack Lloyd2016-11-041-1/+4
* Don't require compression in filter codeJack Lloyd2016-11-043-1/+8
* More filter testsJack Lloyd2016-10-291-16/+8
* Add more tests for Pipe/FilterJack Lloyd2016-10-271-0/+5
* Remove Algo_RegistryJack Lloyd2016-10-211-2/+0
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-1/+1
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-122-0/+11
* Add IncludeOS target. Make filesystem support optional.Jack Lloyd2016-10-102-1/+10
* Cipher_Mode API improvementsJack Lloyd2016-09-011-1/+1
* Remove Transform base classJack Lloyd2016-04-218-183/+216
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-053-2/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-055-8/+8
* Add final attribute to many classesJack Lloyd2016-01-104-6/+6
* Mass-prefix member vars with m_René Korthaus2016-01-0817-315/+315
* Missing addsJack Lloyd2015-12-111-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-115-8/+8
* Compression filter: Reorganised verification order of transform.Matej Kenda2015-11-261-4/+6
* Fixed crash in compression filter when transform argument is null.Matej Kenda2015-11-031-1/+6
* Add missing BOTAN_DLL to Decompression_Filter. GH #304Jack Lloyd2015-10-191-1/+1
* Move DataSource to utils and rewrite PEM encoding to avoid filtersJack Lloyd2015-10-143-394/+0
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-9/+16
* Add m_ prefix to member variables in SecureQueueSimon Warta2015-08-082-27/+28
* Add missing override for SecureQueue::check_available()Daniel Seither2015-08-031-1/+1
* Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-026-4/+50
* filters: Add missing overridesDaniel Seither2015-07-309-57/+57
* Fix typosSimon Warta2015-07-241-1/+1
* Add Android OSDaniel Seither2015-07-171-0/+1
* Remove references to removed tru64 OSDaniel Seither2015-07-171-1/+0
* ifstream/ostream take std::stringSimon Warta2015-06-232-6/+4
* lib/filters: Convert &vec[0] to vec.data()Daniel Seither2015-06-2013-48/+48
* Update broken module dependenciesSimon Warta2015-06-191-0/+1
* Correct buffering logic in compression filter. GH issue #93 pull #95eric.cornelius2015-05-162-3/+4
* Compression filters were not sizing buffer, causing no input tolloyd2015-05-072-11/+16
* Use available MinGW APIs (CryptoAPI and Unix-style fds). GH#84joerg2015-04-271-0/+1
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-042-76/+39
* Move Cipher_Mode enum out of types.h, move stream cipher mode to new headerlloyd2015-02-052-1/+1
* Add missing filelloyd2015-02-041-0/+42
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-045-15/+49
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-1/+1
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-11/+6
* Add a runtime map of string->func() which when called returnlloyd2015-01-285-32/+37
* Ensure all files have copyright and license info.lloyd2015-01-1033-33/+33
* Avoid referencing &vec[vec.size()] as this triggers iterator debugginglloyd2015-01-073-5/+5
* Fix missing dependency in filters (Github pull 33 from tiwoc)lloyd2014-12-131-0/+1