aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms
Commit message (Expand)AuthorAgeFilesLines
* Remove old/broken/highly incomplete CMS codelloyd2013-04-129-1337/+0
* Rename asn1_int to asn1_obj as it actually declares ASN1_Objectlloyd2012-11-061-1/+1
* Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the newlloyd2012-06-073-2/+5
* propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2...lloyd2012-05-257-35/+36
|\
| * Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-187-30/+30
| * propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-132-5/+6
| |\
| | * propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-112-5/+6
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-042-5/+6
| | | |\
| | | | * 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
| * | | | | | | | | | | | | Disable CMS by default, since it's pretty untested and likely unusablelloyd2011-05-061-0/+2
* | | | | | | | | | | | | | All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-061-1/+1
* | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 8efb138f9a7c0b02429372a9c4e...lloyd2011-04-221-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head a4ea4629f9caa98bd72b87de605...lloyd2011-02-144-14/+14
| |\| | | | | | | | | | | |
| * | | | | | | | | | | | | New branch for splitting up path validation vs certificate storagelloyd2010-11-011-0/+2
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-183-3/+5
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-094-14/+14
|/ / / / / / / / / / /
* | | | | | | | | | | Add new top-level algorithm which provides basic functionality: namelloyd2010-11-011-1/+1
* | | | | | | | | | | Make MemoryRegion::set protected, change all callerslloyd2010-10-291-1/+2
* | | | | | | | | | | s/u32bit/size_t/lloyd2010-10-294-6/+6
|/ / / / / / / / / /
* | | | | | | | | | 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
| |/ |/|