aboutsummaryrefslogtreecommitdiffstats
path: root/src/filters/basefilt.cpp
Commit message (Expand)AuthorAgeFilesLines
* If the Keyed_Filter's set_iv is called (ie, in the case that the1.9.9lloyd2010-06-281-2/+3
* Give all Filter objects a method for querying their namelloyd2010-06-281-0/+10
* We can expose valid_iv_length in the header without problems.lloyd2010-06-161-7/+1
* Add Keyed_Filter::valid_iv_length (it was already inlloyd2010-06-161-0/+5
* Move (empty) implementation of Keyed_Filter::set_iv to basefilt.cpplloyd2010-06-161-0/+7
* Modify Keyed_Filter so it is a pure interfacelloyd2009-08-111-21/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-22/+24
* New filters module. Add deps for it in some needed areas (codec, pbes)lloyd2008-09-281-0/+72