Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | 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). | ||||
* | Update some doxygen comments. Contributed by Charles Brockman in bug #39 | lloyd | 2009-03-02 | 1 | -1/+1 |
| | |||||
* | 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 the last parts of the 'core' module | lloyd | 2008-11-08 | 2 | -2/+2 |
| | | | | Add some missing info.txts | ||||
* | Wrap lines | lloyd | 2008-10-13 | 1 | -5/+8 |
| | |||||
* | Add trailing H__ to some header guards. Line wrap long comment. | lloyd | 2008-10-13 | 1 | -3/+4 |
| | |||||
* | Add more ECC domain parameter sets from InSiTo | lloyd | 2008-10-11 | 1 | -10/+295 |
| | |||||
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | Add BSI variant of EMSA1, from InSiTo | lloyd | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Rename pk dir to pubkey, avoids tab-completion collision with pk_pad | lloyd | 2008-10-01 | 3 | -0/+421 |