aboutsummaryrefslogtreecommitdiffstats
path: root/checks/cvc_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Testierlloyd2014-01-011-573/+0
* Test report is more useful nowlloyd2013-12-311-29/+4
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-15/+15
* 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/+10
|\
| * Merge fixupslloyd2011-02-111-11/+9
| * propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-111-11/+10
| |\
| | * propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-11/+10
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-11/+10
| | | |\
| | | | * propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-021-24/+24
| | | | |\
| | | | * | Remove system_time(), replace entirely with std::chrono.lloyd2009-12-011-2/+1
| | | | * | 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
| | | | |\ \
| | | | * | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-9/+9
* | | | | | | ECC private keys had two different constructors, one taking a grouplloyd2011-04-081-9/+9
|/ / / / / /
* / / / / / Remove inclusions of unused headers.lloyd2011-02-101-9/+10
|/ / / / /
* | | | | Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-4/+4
* | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-11/+11
|/ / / /
* | | | Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-1/+0
* | | | Make CVC tests a bit more verboselloyd2010-03-021-8/+10
| |_|/ |/| |
* | | Remove auto_ptr from ECC key typeslloyd2010-03-021-6/+6
* | | Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-021-4/+4
* | | Kill get_EC_Dom_Pars_by_oidlloyd2010-03-011-9/+9
* | | Clean up EC_Domain_Paramslloyd2010-03-011-6/+6
* | | 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
|/
* Remove include of enums.hlloyd2008-11-081-1/+0
* Point CVC tests against the right directorylloyd2008-10-141-36/+38
* Add test suite for card verifiable certificates (cert/cvc) from InSiTo (tests...lloyd2008-10-141-0/+599