aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbe
Commit message (Collapse)AuthorAgeFilesLines
* More Doxygen comments from InSiTolloyd2008-10-131-3/+12
|
* Add PBKDF1,2 deps to PBES1,2lloyd2008-10-082-0/+2
|
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-022-2/+2
| | | | | | | | added a new mandatory parameter of a Library_State& to get_cipher(). Do this so Monotone does not have to special case. Other lookup related functions like retrieve_<type> and add_algorithm() still require a Library_State& however.
* Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1lloyd2008-10-012-4/+6
|
* Make PBE base, IF_algo only load if needed by dependencieslloyd2008-10-011-1/+1
|
* Move get_pbe from libstate to new pbe_base module (in pbe/)lloyd2008-10-015-4/+126
|
* Expose use of global state in some of the lookup functions, includinglloyd2008-09-292-2/+2
| | | | get_cipher
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-292-0/+0
| | | | | them modules now. In any case there is no distinction so info.txt seems better.
* New filters module. Add deps for it in some needed areas (codec, pbes)lloyd2008-09-282-0/+10
|
* Compliation fixeslloyd2008-09-282-2/+2
|
* Add missing PBE header and modinfo fileslloyd2008-09-283-0/+65
|
* Modularize PBEs (password-based encryption schemes)lloyd2008-09-283-0/+441