Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -1/+0 |
| | | | | Move most of the engine headers to internal | ||||
* | 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). | ||||
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 1 | -1/+1 |
| | | | | Add some missing info.txts | ||||
* | Remove two declared but not defined constructors of EAC_Signed_Object | lloyd | 2008-10-14 | 1 | -4/+1 |
| | |||||
* | More Doxygen comments from InSiTo | lloyd | 2008-10-13 | 1 | -7/+43 |
| | |||||
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | Many improvements towards getting the CVC implementation from InSiTo | lloyd | 2008-10-08 | 1 | -0/+58 |
compiling against mainline. Add several missing classes extracted from other files inside InSiTo. Add dependency note for ecdsa and asn1 |