aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/ecdsa_sig.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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