aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-132-5/+6
|\
| * propagate from branch 'net.randombit.botan' (head 8761f1c3082e4ce33af57e557f9...lloyd2010-07-092-5/+6
| |\
| | * propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-092-5/+6
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-172-2/+2
| | | |\
| | | * | Various updates: unique_ptr, using chrono, merge fixups, etclloyd2010-03-092-3/+3
| | | * | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-2/+3
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-244-10/+10
| | | | |\ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-2/+3
| | | | |\ \ \
| | | | | * \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-13/+0
| | | | | |\ \ \
| | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-171-1/+1
| | | | | |\ \ \ \
| | | | | * | | | | Replace X509_Store::Search_Func with std::function and lambdaslloyd2009-11-161-2/+3
* | | | | | | | | | s/BLOCK_SIZE/block_size()/lloyd2010-10-132-2/+2
* | | | | | | | | | Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-1/+1
* | | | | | | | | | Use size_t in filterslloyd2010-10-121-1/+1
* | | | | | | | | | Silence warning, cms is really getting pretty broken...lloyd2010-09-261-1/+1
* | | | | | | | | | Deal with loss of store searchlloyd2010-09-212-2/+3
* | | | | | | | | | Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-1/+1
* | | | | | | | | | Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-5/+6
* | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* | | | | | | | | | Rename MemoryRegion::destroy to MemoryRegion::clear to match STLlloyd2010-09-082-2/+2
* | | | | | | | | | Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-1/+1
|/ / / / / / / / /
* / / / / / / / / 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