summaryrefslogtreecommitdiffhomepage
path: root/ecc.h
AgeCommit message (Expand)Author
2018-02-18include config.h for options.h. don't need to include options.h whenMatt Johnston
2017-08-19Pointer parameter could be declared as pointing to constFrancois Perrad
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-03-16fix empty C prototypesFrancois Perrad
2015-05-05Turn dropbear_ecc_curve's name into const char *Gaƫl PORTAY
2015-02-24DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann
2013-11-14use oldstyle commentsMatt 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
2013-04-08- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston
2013-04-08- Fix various hardcoded uses of SHA1Matt Johnston
2013-03-29More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston
2013-03-27ecc key import functionMatt Johnston
2013-03-27more bits on ecc branchMatt Johnston