aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms/cms_ealg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove old/broken/highly incomplete CMS codelloyd2013-04-121-394/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-7/+7
* propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-111-2/+2
|\
| * propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-2/+2
| |\
| | * propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-2/+2
| | |\
| | | * Various updates: unique_ptr, using chrono, merge fixups, etclloyd2010-03-091-2/+2
* | | | Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-091-7/+7
|/ / /
* / / s/u32bit/size_t/lloyd2010-10-291-1/+1
|/ /
* | s/BLOCK_SIZE/block_size()/lloyd2010-10-131-1/+1
* | Deal with loss of store searchlloyd2010-09-211-1/+0
|/
* 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-081-9/+10
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-9/+3
* Remove some unnecessary usages of PK_Signing_Keylloyd2010-03-041-1/+0
* Remove use of old typedefslloyd2010-02-161-3/+3
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-6/+6
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-49/+51
* Remove last uses of lookup.h in CMS codelloyd2008-11-111-11/+17
* Remove some uses of lookup.h from CMS codelloyd2008-11-111-2/+3
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-021-2/+1
* Many updates in cms_ealg.cpp, particularly WRT to the ASN.1 codelloyd2008-09-301-61/+65
* Update CMS to at least compile (though in a couple of cases by justlloyd2008-09-301-13/+14
* Many updates for the CMS code to bring up to date with current APIlloyd2008-09-301-34/+51
* Move CMS code into main src tree, though it currently doesn't compile (needs ...lloyd2008-09-281-0/+371