Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Remove BOTAN_DLL from templates, VC++ doesn't like it | lloyd | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Reorganize where some CVC code goes to avoid template bloat + VC problems | lloyd | 2010-03-03 | 1 | -71/+19 |
| | |||||
* | CVC assumed sigs were DER encoded by default. Not true | lloyd | 2010-03-02 | 1 | -16/+2 |
| | |||||
* | Remove ECDSA_Signature encoding/decoding cruft | lloyd | 2010-03-02 | 1 | -7/+3 |
| | |||||
* | Lots of internal CVC cleanups | lloyd | 2010-03-02 | 1 | -8/+3 |
| | |||||
* | Remove some needless usages of auto_ptr in CVC | lloyd | 2010-03-02 | 1 | -5/+6 |
| | |||||
* | Remove TR1 dependency in CVC code | lloyd | 2010-02-24 | 1 | -4/+4 |
| | |||||
* | Remove global variable | lloyd | 2010-01-22 | 1 | -2/+0 |
| | |||||
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -0/+1 |
| | | | | Move most of the engine headers to internal | ||||
* | Cleanups - remove emails from source files, they should only live in | lloyd | 2009-11-10 | 1 | -1/+0 |
| | | | | credits.txt and thanks.txt. Remove some various bits of formatting weirdness. | ||||
* | 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 | ||||
* | Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now. | lloyd | 2008-10-11 | 1 | -20/+18 |
| | | | | Change several ECC functions to return const references instead of const values. | ||||
* | 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 | -6/+5 |
| | | | | | compiling against mainline. Add several missing classes extracted from other files inside InSiTo. Add dependency note for ecdsa and asn1 | ||||
* | Add Card Verifiable Certificates from InSiTo (does not built due to missing ↵ | lloyd | 2008-10-08 | 1 | -0/+132 |
parts, not included in build by default) |