aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/cvc_ado.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-5/+1
|
* CVC assumed sigs were DER encoded by default. Not truelloyd2010-03-021-2/+1
|
* Cleanups, remove dead codelloyd2010-03-021-4/+3
|
* Remove some needless usages of auto_ptr in CVClloyd2010-03-021-2/+2
|
* Small cleanups in CVC. Reduce use of assert. Remove UTF-8 charslloyd2010-02-241-17/+16
|
* Remove TR1 dependency in CVC codelloyd2010-02-241-5/+5
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-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).
* Many improvements towards getting the CVC implementation from InSiTolloyd2008-10-081-116/+130
| | | | | 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 ↵lloyd2008-10-081-0/+119
parts, not included in build by default)