aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbe/pbes2
Commit message (Expand)AuthorAgeFilesLines
* Give all Filter objects a method for querying their namelloyd2010-06-282-0/+8
* Yet more Doxygen commentslloyd2010-06-162-15/+28
* More Doxygen updates/fixeslloyd2010-06-151-2/+2
* Increase the iteration count and salt size used for encryptedlloyd2010-06-151-2/+2
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-011-3/+3
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-7/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-2/+2
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-6/+13
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-8/+12
* Fix memory leaks in PBE_PKCS5v20 and get_pbelloyd2008-11-122-0/+8
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-1/+1
* Switch to Algorithm_Factory in PBES2lloyd2008-11-112-80/+82
* Remove use of get_s2k in PBES1 and PBES2, since they both always wantedlloyd2008-11-091-5/+8
* Split the last parts of the 'core' modulelloyd2008-11-081-1/+1
* Move pbe/pbe_base to pbe/lloyd2008-10-261-1/+1
* Add PBKDF1,2 deps to PBES1,2lloyd2008-10-081-0/+1
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-021-1/+1
* Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1lloyd2008-10-011-4/+5
* Move get_pbe from libstate to new pbe_base module (in pbe/)lloyd2008-10-011-2/+1
* Expose use of global state in some of the lookup functions, includinglloyd2008-09-291-1/+1
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* New filters module. Add deps for it in some needed areas (codec, pbes)lloyd2008-09-281-0/+5
* Compliation fixeslloyd2008-09-281-1/+1
* Add missing PBE header and modinfo fileslloyd2008-09-282-0/+55
* Modularize PBEs (password-based encryption schemes)lloyd2008-09-281-0/+230