aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/cvc_cert.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-135/+0
|
* Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the newlloyd2012-06-071-5/+5
| | | | | | | | allocator interface. The compression filters now just use malloc/free with a memset. Add a new info.txt field <warning>, like comment but warns. Use for CMS which is pretty broken (doesn't even compile anymore), and for TLS.
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-8/+8
| | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed.
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-091-1/+1
| | | | integer values. Update callers.
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-2/+2
|
* Changes to CVC to deal with the fact that you can't create an uninitializedlloyd2010-03-041-2/+3
| | | | ECDSA_PublicKey object anymore.
* Reorganize where some CVC code goes to avoid template bloat + VC problemslloyd2010-03-031-2/+2
|
* Cleanups, remove dead codelloyd2010-03-021-14/+9
|
* Lots of internal CVC cleanupslloyd2010-03-021-0/+37
|
* Small cleanups in CVC. Reduce use of assert. Remove UTF-8 charslloyd2010-02-241-1/+1
|
* Remove TR1 dependency in CVC codelloyd2010-02-241-2/+2
|
* Replace 'XXX' and other such notes with FIXME for easy greppinglloyd2009-07-221-1/+1
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-6/+8
| | | | | | | | | | | | | | | 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-88/+88
| | | | | 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/+100
parts, not included in build by default)