summaryrefslogtreecommitdiffhomepage
path: root/signkey.c
AgeCommit message (Expand)Author
2016-03-16mergeMatt Johnston
2016-03-16const variablesFrancois Perrad
2016-03-15cast return type to enumMatt Johnston
2015-12-31refactor indentation with hard tabFrancois Perrad
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaƫl PORTAY
2015-03-01Fix some memory leaks in ecc codeMatt Johnston
2015-02-20Move generic network routines to netio.cMatt Johnston
2014-06-25Fix compiling with ECDSA and DSS disabledMatt Johnston
2013-11-25Fix some warningsMatt 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-07Add '-R' for delayed hostkey optionMatt Johnston
2013-11-07refactor key generation, make it generate as required.Matt 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-21merge in HEADMatt 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-06Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston
2013-04-01Move the more verbose TRACE() statements into TRACE2()Matt Johnston
2011-12-04- Fix some format strings in TRACE()sMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2010-07-21Rename rsa_key to dropbear_rsa_key (and same for dss too) soMatt Johnston
2009-07-30Agent forwarding worksMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2007-02-22Improve known_hosts checking.Matt Johnston
2005-09-06- add explicit check that correct keytype exists for pubkey verificationMatt Johnston
2005-07-08Change the format of for loops, gcc4 produces incorrect binaries withMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-24Nasty.Matt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-08-08- Hostkey checking is mostly there, just aren't appending yet.Matt Johnston
2004-08-03Improved signkey codeMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-07-28Client mostly works up to password authMatt Johnston
2004-07-26snapshot of stuffMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston