summaryrefslogtreecommitdiff
path: root/dropbearkey.c
Commit message (Expand)AuthorAgeFilesLines
* Make SHA1 optional, implement SHA256 fingerprintsMatt Johnston2022-03-301-1/+1
* Use buf_burn_free() instead of two callsMatt Johnston2022-03-291-2/+1
* Add -v variable debug levels for server tooMatt Johnston2022-03-241-1/+1
* send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston2020-05-241-1/+1
* Add Ed25519 support (#91)Vladislav Grishenko2020-03-111-0/+25
* fix formatFrancois Perrad2017-08-121-1/+1
* add configuration option for default RSA size.Matt Johnston2017-06-241-2/+3
* when pointer, use NULL instead of 0Francois Perrad2017-06-021-1/+1
* merge 2017.75Matt Johnston2017-05-181-1/+1
|\
| * Use atomic key generation in all casesMatt Johnston2016-11-191-1/+1
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-16/+16
|/
* more hard tabFrancois Perrad2016-01-011-15/+15
* refactor indentation with hard tabFrancois Perrad2015-12-311-5/+5
* Default client key path ~/.ssh/id_dropbearMatt Johnston2015-01-241-1/+2
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* Add '-R' for delayed hostkey optionkeyondemandMatt Johnston2013-11-071-2/+1
* refactor key generation, make it generate as required.Matt Johnston2013-11-071-132/+37
* Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston2013-11-011-4/+24
* Default to some larger key sizesMatt Johnston2013-10-311-1/+1
* have separate ecdsa keys for each sizeMatt Johnston2013-05-251-2/+5
* quieten the compilerMatt Johnston2013-05-091-1/+2
* Fix build for dropbearkey and ecdsa with certain optionsMatt Johnston2013-05-091-18/+39
* ecdsa is workingMatt Johnston2013-05-031-4/+5
* more ecdsa signkey work, not correctMatt Johnston2013-04-281-28/+44
* start on ecdsa keysMatt Johnston2013-04-091-0/+1
* Add URL to usage textMatt Johnston2013-03-211-1/+0
* Refer to RFCs rather than drafts, update some section referencesMatt Johnston2011-02-271-1/+1
* Make dropbearkey only generate 1024 bit keysDROPBEAR_0.50Matt Johnston2007-08-081-2/+6
* Fixes from Erik Hovland:Matt Johnston2006-07-071-2/+4
* Add -N "no remote command" dbclient option.Matt Johnston2006-06-071-2/+1
* Include user@host in the pubkey line, since it's sometimes very usefulMatt Johnston2006-06-071-2/+16
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-2/+2
* DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston2004-08-181-2/+10
* Dropbearkey can now print out pubkey portionsMatt Johnston2004-08-141-31/+107
* Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-1/+0
* Switching to the magical new Makefile, and new dbmulti styleMatt Johnston2004-07-271-2/+2
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+272