aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/ecdsa_sig.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-59/+0
* Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the newlloyd2012-06-071-6/+6
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-7/+7
* Fix some VC warnings under 64 bit compileslloyd2010-12-131-1/+1
* Overflow warning in MSVClloyd2010-11-291-1/+2
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-1/+1
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-7/+5
* Remove ECDSA_Signature encoding/decoding cruftlloyd2010-03-021-26/+22
* Lots of internal CVC cleanupslloyd2010-03-021-4/+4
* Move InSiTo's ECDSA tests into the main test suitelloyd2008-10-121-10/+0
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-111-0/+74