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
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
2013-04-14
A bit of work on ecdsa for host/auth keys
Matt Johnston
2013-04-11
Fix zlib for split newkeys
Matt Johnston
2013-04-09
start on ecdsa keys
Matt Johnston
2013-04-08
- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()
Matt Johnston
2013-04-08
ecdh works against OpenSSH
Matt Johnston
2013-04-08
- Fix various hardcoded uses of SHA1
Matt Johnston
2013-04-07
ecc kind of works, needs fixing/testing
Matt Johnston
2013-04-04
Take transmit and receive keys into use separately
Matt Johnston
2013-04-03
Put some #ifdef options around first-follows options in case they
Matt Johnston
2013-03-30
Get rid of client/server specific buf_match_algo, use single
Matt Johnston
2013-03-29
Add kexguess2 behaviour
Matt Johnston
[next]