summaryrefslogtreecommitdiff
path: root/ecc.c
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups and fixes for warningsMatt Johnston2013-11-121-2/+2
* Add m_mp_alloc_init_multi() helperMatt Johnston2013-05-231-6/+3
* A bit of work on ecdsa for host/auth keysMatt Johnston2013-04-141-3/+14
* A bit of debugging outputMatt Johnston2013-04-091-3/+12
* Be safer with how we handle ltc_ecc_sets[] (particularly withMatt Johnston2013-04-091-8/+38
* start on ecdsa keysMatt Johnston2013-04-091-4/+3
* - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston2013-04-081-154/+156
* ecdh works against OpenSSHMatt Johnston2013-04-081-15/+7
* - Fix various hardcoded uses of SHA1Matt Johnston2013-04-081-7/+7
* ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-1/+2
* More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston2013-03-291-30/+89
* ecc key import functionMatt Johnston2013-03-271-11/+68
* more bits on ecc branchMatt Johnston2013-03-271-0/+97
* refactor kexdh code a bit, start working on ecdh etcMatt Johnston2013-03-261-0/+17