aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/signed_obj.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize where some CVC code goes to avoid template bloat + VC problemslloyd2010-03-031-1/+36
|
* CVC assumed sigs were DER encoded by default. Not truelloyd2010-03-021-5/+3
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-17/+19
| | | | | | | | | | | | | | | 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).
* Fix copyright noticeslloyd2008-10-091-1/+2
|
* Many improvements towards getting the CVC implementation from InSiTolloyd2008-10-081-0/+64
compiling against mainline. Add several missing classes extracted from other files inside InSiTo. Add dependency note for ecdsa and asn1