index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
signkey.c
Age
Commit message (
Expand
)
Author
2013-11-25
Fix some warnings
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-11-14
- Some fixes for old compilers like tru64 v4 from Daniel Richard G.
Matt Johnston
2013-11-12
Various cleanups and fixes for warnings
Matt Johnston
2013-11-07
Add '-R' for delayed hostkey option
Matt Johnston
2013-11-07
refactor key generation, make it generate as required.
Matt Johnston
2013-11-01
Fix specifying a keysize for key generation, fix key name arguments
Matt Johnston
2013-05-25
have separate ecdsa keys for each size
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-05-03
ecdsa is working
Matt Johnston
2013-04-28
more ecdsa signkey work, not correct
Matt Johnston
2013-04-14
A bit of work on ecdsa for host/auth keys
Matt Johnston
2013-04-06
Make _sign and _verify functions take a buffer* rather than void* and int
Matt Johnston
2013-04-01
Move the more verbose TRACE() statements into TRACE2()
Matt Johnston
2011-12-04
- Fix some format strings in TRACE()s
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2010-07-21
Rename rsa_key to dropbear_rsa_key (and same for dss too) so
Matt Johnston
2009-07-30
Agent forwarding works
Matt Johnston
2009-07-06
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
Matt Johnston
2007-02-22
Improve known_hosts checking.
Matt Johnston
2005-09-06
- add explicit check that correct keytype exists for pubkey verification
Matt Johnston
2005-07-08
Change the format of for loops, gcc4 produces incorrect binaries with
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-08-24
Nasty.
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-08-08
- Hostkey checking is mostly there, just aren't appending yet.
Matt Johnston
2004-08-03
Improved signkey code
Matt Johnston
2004-08-01
- Added terminal mode handling etc for the client, and window change
Matt Johnston
2004-07-28
Client mostly works up to password auth
Matt Johnston
2004-07-26
snapshot of stuff
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston