aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/cvc_self.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-340/+0
* Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the newlloyd2012-06-071-3/+3
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-10/+10
* Remove get_nanoseconds_clock as we'll rely on std::chrono's highlloyd2012-02-201-1/+0
* propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-131-13/+20
|\
| * Merge fixupslloyd2011-02-111-3/+3
| * propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-111-13/+20
| |\
| | * propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-13/+20
| | |\
| | | * Various updates: unique_ptr, using chrono, merge fixups, etclloyd2010-03-091-4/+11
| | | * propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-11/+12
| | | |\
| | | | * propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-021-4/+4
| | | | |\
| | | | * | Post-merge fixupslloyd2010-02-241-2/+2
| | | | * | propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-241-7/+7
| | | | |\ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head af0e75a6f88cf5c3e0c53f949ae...lloyd2010-01-271-2/+2
| | | | |\ \ \
| | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-29/+38
| | | | |\ \ \ \
| | | | | * | | | Most files including <botan/time.h> actually just needed <chrono>lloyd2009-12-011-1/+1
| | | | | * | | | Remove system_time(), replace entirely with std::chrono.lloyd2009-12-011-9/+9
| | | | | * | | | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-131-1/+1
| | | | | * | | | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-171-1/+1
| | | | | |\ \ \ \
| | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-081-19/+28
| | | | | |\ \ \ \ \
| | | | | | * | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-011-2/+2
| | | | | | * | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-19/+28
* | | | | | | | | | | ECC private keys had two different constructors, one taking a grouplloyd2011-04-081-1/+1
|/ / / / / / / / / /
* / / / / / / / / / Remove inclusions of unused headers.lloyd2011-02-101-3/+4
|/ / / / / / / / /
* / / / / / / / / Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-3/+5
|/ / / / / / / /
* | | | | | | | Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-14/+12
* | | | | | | | Reorganize where some CVC code goes to avoid template bloat + VC problemslloyd2010-03-031-20/+5
* | | | | | | | Cleanups, remove dead codelloyd2010-03-021-7/+4
* | | | | | | | Port in the code for forming the EAC encoding of an ECDSA key, so nowlloyd2010-03-021-19/+47
* | | | | | | | Lots of internal CVC cleanupslloyd2010-03-021-51/+36
* | | | | | | | Remove some needless usages of auto_ptr in CVClloyd2010-03-021-8/+15
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-021-1/+1
* | | | | | | Clean up EC_Domain_Paramslloyd2010-03-011-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Small cleanups in CVC. Reduce use of assert. Remove UTF-8 charslloyd2010-02-241-1/+3
* | | | | | Remove TR1 dependency in CVC codelloyd2010-02-241-2/+4
| |_|_|_|/ |/| | | |
* | | | | Remove global variablelloyd2010-01-221-2/+2
|/ / / /
* | | | Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-2/+2
* | | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-1/+1
| |_|/ |/| |
* | | Split up util.h into 3 fileslloyd2009-09-171-1/+1
|/ /
* / Replace 'XXX' and other such notes with FIXME for easy greppinglloyd2009-07-221-4/+4
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-1/+3
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-111-1/+1
* Replace uses of global_config with arguments to functionslloyd2008-10-081-8/+14
* More compilation fixes for CVC codelloyd2008-10-081-2/+4
* Fix further compilation errors. However some functionality is disabled sincelloyd2008-10-081-15/+58
* Many improvements towards getting the CVC implementation from InSiTolloyd2008-10-081-232/+235
* Add Card Verifiable Certificates from InSiTo (does not built due to missing p...lloyd2008-10-081-0/+271