Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 8 | -161/+177 |
| | | | | | | | | | | | | | | | 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). | ||||
* | Remove last uses of lookup.h in CMS code | lloyd | 2008-11-11 | 2 | -18/+31 |
| | |||||
* | Remove some uses of lookup.h from CMS code | lloyd | 2008-11-11 | 2 | -4/+9 |
| | |||||
* | Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly, | lloyd | 2008-11-11 | 1 | -1/+0 |
| | | | | | the other half was relied upon by pubkey. Move the contents into those two modules. Update deps. | ||||
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 1 | -1/+0 |
| | | | | | | (messy). Remove unused libstate.h includes from a few files. | ||||
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -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 a check for empty string in CMS_Encoder::can_compress_with (mostly to ↵ | lloyd | 2008-11-07 | 1 | -0/+3 |
| | | | | avoid warning) | ||||
* | Fix zlib macro check | lloyd | 2008-11-06 | 1 | -7/+7 |
| | |||||
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 2 | -2/+2 |
| | |||||
* | Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 that | lloyd | 2008-10-02 | 2 | -6/+3 |
| | | | | | | | | added a new mandatory parameter of a Library_State& to get_cipher(). Do this so Monotone does not have to special case. Other lookup related functions like retrieve_<type> and add_algorithm() still require a Library_State& however. | ||||
* | Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1 | lloyd | 2008-10-01 | 1 | -8/+9 |
| | |||||
* | Move look_pk and pk_algs to new module pubkey/pk_lookup | lloyd | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | Fixes to not require RC2 for CMS to compile | lloyd | 2008-09-30 | 1 | -5/+17 |
| | |||||
* | Many updates in cms_ealg.cpp, particularly WRT to the ASN.1 code | lloyd | 2008-09-30 | 1 | -61/+65 |
| | |||||
* | Build CMS by default | lloyd | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | Update CMS to at least compile (though in a couple of cases by just | lloyd | 2008-09-30 | 3 | -16/+24 |
| | | | | | #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 API | lloyd | 2008-09-30 | 3 | -43/+72 |
| | |||||
* | Fix loading issues | lloyd | 2008-09-29 | 1 | -0/+2 |
| | |||||
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
| | | | | | them modules now. In any case there is no distinction so info.txt seems better. | ||||
* | New filters module. Add deps for it in some needed areas (codec, pbes) | lloyd | 2008-09-28 | 1 | -0/+5 |
| | |||||
* | Modularize IF family PK algorithms (integer factorization; RSA and RW base | lloyd | 2008-09-28 | 1 | -0/+16 |
| | | | | | | class). Add many missing modinfo.txts that I had not checked in. Oops. | ||||
* | Drop old Makefile. Move tests to examples directory. | lloyd | 2008-09-28 | 3 | -169/+0 |
| | |||||
* | Move CMS code into main src tree, though it currently doesn't compile (needs ↵ | lloyd | 2008-09-28 | 11 | -0/+1400 |
further updating) |