aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/filters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add gzip compression transform and compress command line prog.lloyd2014-11-192-61/+3
* Convert compression filters to in-place transforms and refactorlloyd2014-11-1812-1193/+182
* RAII cleanupslloyd2014-11-072-51/+47
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-1/+1
* Remove pubkey filters, broken for a long time and not usefullloyd2014-11-043-214/+0
* Visual C++'s iterator debugging gets cranky with &vec[vec.size()].lloyd2014-05-151-1/+1
* Fix Transformation_Filter namelloyd2014-02-211-2/+1
* Transformation_Filter calls send() inside of start_msg() which meanslloyd2014-02-171-0/+3
* Round up Transformation_Filters internal buffer size to the next multiple of ...lloyd2014-01-311-2/+17
* Guess I won't be needing theselloyd2014-01-182-2/+0