summaryrefslogtreecommitdiffhomepage
path: root/dropbearkey.c
AgeCommit message (Expand)Author
2015-01-24Default client key path ~/.ssh/id_dropbearMatt Johnston
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt 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-10-31Default to some larger key sizesMatt Johnston
2013-05-25have separate ecdsa keys for each sizeMatt Johnston
2013-05-09quieten the compilerMatt Johnston
2013-05-09Fix build for dropbearkey and ecdsa with certain optionsMatt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-04-28more ecdsa signkey work, not correctMatt Johnston
2013-04-09start on ecdsa keysMatt Johnston
2013-03-21Add URL to usage textMatt Johnston
2011-02-27Refer to RFCs rather than drafts, update some section referencesMatt Johnston
2007-08-08Make dropbearkey only generate 1024 bit keysMatt Johnston
2006-07-07Fixes from Erik Hovland:Matt Johnston
2006-06-07Add -N "no remote command" dbclient option.Matt Johnston
2006-06-07Include user@host in the pubkey line, since it's sometimes very usefulMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-18DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston
2004-08-14Dropbearkey can now print out pubkey portionsMatt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-07-27Switching to the magical new Makefile, and new dbmulti styleMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston