aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms
Commit message (Expand)AuthorAgeFilesLines
* 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