aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/openpgp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-265/+0
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-4/+4
* s/u32bit/size_t/ in codec and benchmarklloyd2010-10-122-8/+8
* Remove some of the more extraneous namespaceslloyd2010-06-162-27/+52
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-173-9/+4
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Modify Keyed_Filter so it is a pure interfacelloyd2009-08-111-0/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-1/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-23/+27
* Have Algorithm_Factory::make_hash_function throw an exception if it can'tlloyd2008-11-102-2/+4
* Fix loading issueslloyd2008-09-291-0/+2
* 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/+1
* PEM codec modulelloyd2008-09-281-0/+4
* Put OpenPGP codec routines into codec/openpgp modulelloyd2008-09-283-0/+234