index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
common-kex.c
Age
Commit message (
Expand
)
Author
2020-05-28
Allow DH to be completely disabled (#97)
Vladislav Grishenko
2020-05-28
Fix indentation and add braces
Matt Johnston
2020-05-26
Update LibTomMath to 1.2.0 (#84)
Steffen Jaeckel
2020-05-26
merge rsa-sha256
Matt Johnston
2020-05-25
Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)
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
2020-04-06
use sigtype where appropriate
Matt Johnston
2020-03-12
Add Ed25519 support (#91)
Vladislav Grishenko
2018-03-08
avoid leak of ecdh public key
Matt Johnston
2018-02-28
- #if not #ifdef for DROPBEAR_FUZZ
Matt Johnston
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
2017-06-14
merge from main
Matt Johnston
2017-06-01
fix DEBUG_* condition
Francois Perrad
2017-05-22
zlib can use m_malloc/m_free too
Matt Johnston
2017-05-20
glaring wrapfd problems fixed
Matt Johnston
2017-05-20
closer to working
Matt Johnston
2017-05-18
merge main to fuzz
Matt Johnston
2017-05-12
copy over some fuzzing code from AFL branch
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2016-03-15
Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fp...
Matt Johnston
2016-01-14
Move dh group constants to a separate file
Matt Johnston
2016-01-01
more hard tab
Francois Perrad
2015-11-25
check for zero K value from curve25519
Matt Johnston
2015-06-23
check ecc key return, fix null pointer crash
Matt Johnston
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Turn sshsession's remoteident attribute into char *
Gaël PORTAY
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2015-03-01
A bit of a bodge to avoid memcpy if zlib is disabled
Matt Johnston
2015-02-10
Tighten validation of DH values. Odds of x==0 being generated are
Matt Johnston
2015-01-28
Disable non-delayed zlib for server
Matt Johnston
2015-01-04
clear hash state memory after use
Matt Johnston
2014-03-13
Add new monotonic_now() wrapper so that timeouts are unaffected by
Matt Johnston
2014-02-24
Make some debug info conditional
Matt Johnston
2014-01-23
requirenext doesn't need two values
Matt Johnston
2014-01-23
Fix failing rekeying when we receive a still-in-flight packet
Matt Johnston
2014-01-17
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
Matt Johnston
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
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-08
curve25519
Matt Johnston
2013-05-23
Add m_mp_alloc_init_multi() helper
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-04-16
Fix build when zlib is disabled, from
Matt Johnston
2013-04-14
requirenext fixup for firstkexfollows
Matt Johnston
[next]