aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/openpgp/openpgp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-196/+0
* 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-181-2/+2
* s/u32bit/size_t/ in codec and benchmarklloyd2010-10-121-6/+6
* Remove some of the more extraneous namespaceslloyd2010-06-161-14/+12
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-1/+1
* Modify Keyed_Filter so it is a pure interfacelloyd2009-08-111-0/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-16/+18
* Have Algorithm_Factory::make_hash_function throw an exception if it can'tlloyd2008-11-101-2/+3
* Put OpenPGP codec routines into codec/openpgp modulelloyd2008-09-281-0/+194