aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms/cms_enc.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove old/broken/highly incomplete CMS codelloyd2013-04-121-91/+0
|
* Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the newlloyd2012-06-071-1/+0
| | | | | | | | allocator interface. The compression filters now just use malloc/free with a memset. Add a new info.txt field <warning>, like comment but warns. Use for CMS which is pretty broken (doesn't even compile anymore), and for TLS.
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-6/+6
| | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed.
* s/u32bit/size_t/lloyd2010-10-291-2/+2
|
* More Doxygen updates/fixeslloyd2010-06-151-1/+1
|
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-1/+1
| | | | | PK_Decrypting_Key, PK_Signing_Key, PK_Verifying_with_MR_Key, and PK_Verifying_wo_MR_Key.
* Remove use of old typedefslloyd2010-02-161-2/+2
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-7/+9
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+1
| | | | | | It turned out many files were including base.h merely to get other includes (like types.h, secmem.h, and exceptn.h). Those have been changed to directly include the files containing the declarations that code needs.
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
|
* Update CMS to at least compile (though in a couple of cases by justlloyd2008-09-301-2/+7
| | | | | #ifdef'ing out code); it still needs a good bit of work and has not been tested at all.
* Many updates for the CMS code to bring up to date with current APIlloyd2008-09-301-7/+17
|
* Move CMS code into main src tree, though it currently doesn't compile (needs ↵lloyd2008-09-281-0/+74
further updating)