summaryrefslogtreecommitdiff
path: root/ecdsa.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak of ecdsa structure, found by CoverityMatt Johnston2015-01-281-0/+1
* use oldstyle commentsMatt Johnston2013-11-141-10/+10
* - Some fixes for old compilers like tru64 v4 from Daniel Richard G.Matt Johnston2013-11-141-1/+2
* Various cleanups and fixes for warningsMatt Johnston2013-11-121-3/+3
* refactor key generation, make it generate as required.Matt Johnston2013-11-071-0/+7
* merge in HEADMatt Johnston2013-05-211-4/+0
* Fix ecdsa verificationMatt Johnston2013-05-091-8/+0
* ecdsa is workingMatt Johnston2013-05-031-0/+20
* more ecdsa signkey work, not correctMatt Johnston2013-04-281-1/+1
* A bit of work on ecdsa for host/auth keysMatt Johnston2013-04-141-8/+312
* Be safer with how we handle ltc_ecc_sets[] (particularly withMatt Johnston2013-04-091-4/+51
* start on ecdsa keysMatt Johnston2013-04-091-0/+53