index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
kex.h
Age
Commit message (
Expand
)
Author
2020-05-28
Allow DH to be completely disabled (#97)
Vladislav Grishenko
2020-05-24
send and handle SSH_MSG_EXT_INFO only at the correct point
Matt Johnston
2020-05-21
Make server send SSH_MSG_EXT_INFO
Matt Johnston
2020-05-19
ext-info handling for server-sig-algs
Matt Johnston
2019-03-20
drop obsolete definition for MAX_KEXHASHBUF (#65)
Andre McCurdy
2018-02-17
merge from main
Matt Johnston
2018-01-23
add fuzzer-preauth_nomaths
Matt Johnston
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2016-01-14
Move dh group constants to a separate file
Matt Johnston
2015-02-24
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann
2013-11-08
curve25519
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-03-29
Add kexguess2 behaviour
Matt Johnston
2013-03-29
first_kex_packet_follows working, needs tidying
Matt Johnston
2013-03-29
More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,
Matt Johnston
2013-03-27
more bits on ecc branch
Matt Johnston
2013-03-26
refactor kexdh code a bit, start working on ecdh etc
Matt Johnston
2011-06-07
Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sent
Matt Johnston
2008-09-29
Add support for zlib@openssh.com delayed compression.
Matt Johnston
2007-08-08
- Add -K keepalive flag for dropbear and dbclient
Matt Johnston
2005-08-24
Make a variables static
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-26
snapshot of stuff
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston