aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/cvc_cert.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes to CVC to deal with the fact that you can't create an uninitializedlloyd2010-03-041-2/+2
| | | | ECDSA_PublicKey object anymore.
* Reorganize where some CVC code goes to avoid template bloat + VC problemslloyd2010-03-031-0/+1
|
* Cleanups, remove dead codelloyd2010-03-021-1/+7
|
* Lots of internal CVC cleanupslloyd2010-03-021-8/+22
|
* Remove TR1 dependency in CVC codelloyd2010-02-241-1/+1
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-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' modulelloyd2008-11-081-1/+1
| | | | Add some missing info.txts
* Doxygen comments and reformatting in CVC codelloyd2008-10-131-70/+64
|
* Add Card Verifiable Certificates from InSiTo (does not built due to missing ↵lloyd2008-10-081-0/+98
parts, not included in build by default)