summaryrefslogtreecommitdiffhomepage
path: root/signkey.h
AgeCommit message (Expand)Author
2015-02-24DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann
2013-11-14use oldstyle commentsMatt Johnston
2013-11-01Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston
2013-05-25have separate ecdsa keys for each sizeMatt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-04-28more ecdsa signkey work, not correctMatt Johnston
2013-04-09start on ecdsa keysMatt Johnston
2013-04-06Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston
2010-07-21Rename rsa_key to dropbear_rsa_key (and same for dss too) soMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2007-02-22Improve known_hosts checking.Matt Johnston
2004-08-08- Hostkey checking is mostly there, just aren't appending yet.Matt Johnston
2004-08-03Improved signkey codeMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston