Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes to CVC to deal with the fact that you can't create an uninitialized | lloyd | 2010-03-04 | 1 | -2/+2 |
| | | | | ECDSA_PublicKey object anymore. | ||||
* | Reorganize where some CVC code goes to avoid template bloat + VC problems | lloyd | 2010-03-03 | 1 | -0/+1 |
| | |||||
* | Cleanups, remove dead code | lloyd | 2010-03-02 | 1 | -1/+7 |
| | |||||
* | Lots of internal CVC cleanups | lloyd | 2010-03-02 | 1 | -8/+22 |
| | |||||
* | Remove TR1 dependency in CVC code | lloyd | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Doxygen comments and reformatting in CVC code | lloyd | 2008-10-13 | 1 | -70/+64 |
| | |||||
* | Add Card Verifiable Certificates from InSiTo (does not built due to missing ↵ | lloyd | 2008-10-08 | 1 | -0/+98 |
parts, not included in build by default) |