summaryrefslogtreecommitdiffhomepage
path: root/ecdsa.c
AgeCommit message (Expand)Author
2016-01-01more hard tabFrancois Perrad
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Turn dropbear_ecc_curve's name into const char *Gaël PORTAY
2015-05-05Turn local key_indent variable into char *Gaël PORTAY
2015-03-01Fix some memory leaks in ecc codeMatt Johnston
2015-01-28Fix memory leak of ecdsa structure, found by CoverityMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-11-14- Some fixes for old compilers like tru64 v4 from Daniel Richard G.Matt Johnston
2013-11-12Various cleanups and fixes for warningsMatt Johnston
2013-11-07refactor key generation, make it generate as required.Matt Johnston
2013-05-21merge in HEADMatt Johnston
2013-05-09Fix ecdsa verificationMatt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-04-28more ecdsa signkey work, not correctMatt Johnston
2013-04-14A bit of work on ecdsa for host/auth keysMatt Johnston
2013-04-09Be safer with how we handle ltc_ecc_sets[] (particularly withMatt Johnston
2013-04-09start on ecdsa keysMatt Johnston