summaryrefslogtreecommitdiff
path: root/ecdsa.c
Commit message (Expand)AuthorAgeFilesLines
* Implement server-side support for sk-ecdsa U2F-backed keys (#142)egor-duda2022-01-221-8/+15
* include config.h for options.h. don't need to include options.h whenMatt Johnston2018-02-181-1/+0
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-3/+3
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-10/+10
* more hard tabFrancois Perrad2016-01-011-2/+2
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-5/+5
* Turn dropbear_ecc_curve's name into const char *Ga?l PORTAY2015-05-021-1/+1
* Turn local key_indent variable into char *Ga?l PORTAY2015-05-021-6/+6
* Fix some memory leaks in ecc codeMatt Johnston2015-03-011-1/+1
* 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