aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms
Commit message (Expand)AuthorAgeFilesLines
* Remove unused UI param to CMS_Decoderlloyd2010-07-092-6/+3
* Give all Filter objects a method for querying their namelloyd2010-06-281-0/+2
* More Doxygen updates/fixeslloyd2010-06-152-2/+2
* Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME tolloyd2010-03-081-1/+1
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-082-10/+10
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-082-10/+4
* Remove some unnecessary usages of PK_Signing_Keylloyd2010-03-041-1/+0
* The code in pk_codecs was actually entirely tied to the code inlloyd2010-03-041-1/+1
* Remove use of old typedefslloyd2010-02-164-10/+10
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-052-9/+9
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-13/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
* 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-8/+15
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-308-161/+177
* Remove last uses of lookup.h in CMS codelloyd2008-11-112-18/+31
* Remove some uses of lookup.h from CMS codelloyd2008-11-112-4/+9
* Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,lloyd2008-11-111-1/+0
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-091-1/+0
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+1
* Add a check for empty string in CMS_Encoder::can_compress_with (mostly to avo...lloyd2008-11-071-0/+3
* Fix zlib macro checklloyd2008-11-061-7/+7
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-092-2/+2
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-022-6/+3
* Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1lloyd2008-10-011-8/+9
* Move look_pk and pk_algs to new module pubkey/pk_lookuplloyd2008-10-011-0/+1
* Fixes to not require RC2 for CMS to compilelloyd2008-09-301-5/+17
* Many updates in cms_ealg.cpp, particularly WRT to the ASN.1 codelloyd2008-09-301-61/+65
* Build CMS by defaultlloyd2008-09-301-1/+1
* Update CMS to at least compile (though in a couple of cases by justlloyd2008-09-303-16/+24
* Many updates for the CMS code to bring up to date with current APIlloyd2008-09-303-43/+72
* 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/+5
* Modularize IF family PK algorithms (integer factorization; RSA and RW baselloyd2008-09-281-0/+16
* Drop old Makefile. Move tests to examples directory.lloyd2008-09-283-169/+0
* Move CMS code into main src tree, though it currently doesn't compile (needs ...lloyd2008-09-2811-0/+1400