Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make CVC tests a bit more verbose | lloyd | 2010-03-02 | 1 | -8/+10 |
| | |||||
* | Remove auto_ptr from ECC key types | lloyd | 2010-03-02 | 1 | -6/+6 |
| | |||||
* | Remove a fairly useless member of EC_PublicKey that was only used for | lloyd | 2010-03-02 | 1 | -4/+4 |
| | | | | | | | handling ImplicitCA ECDSA keys in the CVC code. Currently dealt with in CVC by simply commenting out the calls - CVC is already pretty broken and I'd much rather have ECC sane and under control and CVC totally broken than ECC remaining in its current state. | ||||
* | Kill get_EC_Dom_Pars_by_oid | lloyd | 2010-03-01 | 1 | -9/+9 |
| | |||||
* | Clean up EC_Domain_Params | lloyd | 2010-03-01 | 1 | -6/+6 |
| | |||||
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | QueryPerformanceCounter, into an entropy source hres_timer. Its results, if any, do not count as contributing entropy to the poll. Convert the other (monotonic/fixed epoch) timers to a single function get_nanoseconds_clock(), living in time.h, which statically chooses the 'best' timer type (clock_gettime, gettimeofday, std::clock, in that order depending on what is available). Add feature test macros for clock_gettime and gettimeofday. Remove the Timer class and timer.h. Remove the Timer& argument to the algorithm benchmark function. | ||||
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+1 |
| | | | | | | | - rounding.h (round_up, round_down) - workfactor.h (dl_work_factor) - timer.h (system_time) And update all users of the previous util.h | ||||
* | Remove include of enums.h | lloyd | 2008-11-08 | 1 | -1/+0 |
| | |||||
* | Point CVC tests against the right directory | lloyd | 2008-10-14 | 1 | -36/+38 |
| | |||||
* | Add test suite for card verifiable certificates (cert/cvc) from InSiTo ↵ | lloyd | 2008-10-14 | 1 | -0/+599 |
(tests by Falko Strenzke) |