2017-06-23 |
Matt Johnston |
test for -pie linker flag as well, for Linux
|
2017-06-23 |
Matt Johnston |
merge from main
fuzz
|
2017-06-23 |
Matt Johnston |
set hardened compiler/linker flags by default
|
2017-06-23 |
Matt Johnston |
test for linux/pkt-sched.h rather than SO_PRIORITY
|
2017-06-23 |
Matt Johnston |
set PAM_RHOST
|
2017-05-25 |
Matt Johnston |
fix null pointer crash
|
2017-05-21 |
Matt Johnston |
Fix null pointer dereference found by libfuzzer
|
2017-05-25 |
Matt Johnston |
limit input size
|
2017-05-24 |
Matt Johnston |
don't exit encountering short lines
|
2017-05-23 |
Matt Johnston |
split out checkpubkey_line() separately
|
2017-06-16 |
Matt Johnston |
increase min DSS and RSA lengths
|
2017-06-16 |
Matt Johnston |
check p and q lengths
|
2017-06-23 |
Matt Johnston |
merge
fuzz
|
2017-06-23 |
Matt Johnston |
Compile with -fno-strict-overflow if possible.
|
2017-06-20 |
Matt Johnston |
verify debug printing
fuzz
|
2017-06-16 |
Matt Johnston |
increase min DSS and RSA lengths
fuzz
|
2017-06-16 |
Matt Johnston |
check p and q lengths
fuzz
|
2017-06-15 |
Matt Johnston |
fix missing arglist NULL terminator
|
2017-06-14 |
Matt Johnston |
merge from main
fuzz
|
2017-06-14 |
Matt Johnston |
improve value range validation
|
2017-05-26 |
Matt Johnston |
add m_mp_free_multi, be more careful freeing when failing to load keys
|
2017-06-11 |
Matt Johnston |
fix checkmac always failing pre-kex
fuzz
|
2017-06-03 |
Matt Johnston |
Merge pull request #38 from armcc/master
|
2016-09-16 |
Andre McCurdy |
Fix libtomcrypt/libtommath linking order
|
2017-06-03 |
Matt Johnston |
Merge pull request #40 from fperrad/20161119_lint
|
2017-06-02 |
Francois Perrad |
when pointer, use NULL instead of 0
|
2016-11-19 |
Francois Perrad |
rename hidden variable
|
2016-11-19 |
Francois Perrad |
fix DEBUG_* condition
|
2016-11-19 |
Francois Perrad |
use #ifdef DROPBEAR_PRNGD_SOCKET instead of #if
|
2017-06-02 |
Matt Johnston |
merge
coverity
|
2017-06-02 |
Matt Johnston |
Set configure #defines to 1. Escape some strings for m4
|
2017-06-02 |
Matt Johnston |
Merge pull request #37 from shauser88/configure-fixes
|
2016-07-27 |
Stefan Hauser |
Fix configure options using AC_ARG_ENABLE
|
2017-06-02 |
Matt Johnston |
Merge pull request #39 from fperrad/20161118_lint
|
2016-11-18 |
Francois Perrad |
fix indentation
|
2017-06-02 |
Matt Johnston |
Merge pull request #34 from bengardner/gitignore
|
2016-05-25 |
Ben Gardner |
Add .gitignore file
|
2017-06-02 |
Matt Johnston |
Merge pull request #33 from bengardner/termcodes
|
2016-05-25 |
Ben Gardner |
termcodes: make VEOL2, VWERASE, VLNEXT, ECHOCTL, and ECHOKE optional
|
2017-06-02 |
Matt Johnston |
Merge pull request #32 from bengardner/ERR_label
|
2016-05-25 |
Ben Gardner |
Change label name _ERR to LBL_ERR
|
2017-06-02 |
Matt Johnston |
Merge pull request #31 from bengardner/PATH_DEVNULL
|
2016-05-24 |
Ben Gardner |
Use DROPBEAR_PATH_DEVNULL instead of undefined _PATH_DEVNULL
|
2017-06-01 |
Matt Johnston |
fuzzer-preauth don't call getpwnam(), bring back longjmp
fuzz
|
2017-06-01 |
Matt Johnston |
Add a flag whether to longjmp, missed that last commit
fuzz
|
2017-05-30 |
Matt Johnston |
don't longjmp for fuzzer-preauth (temporary to debug asan)
fuzz
|
2017-05-26 |
Matt Johnston |
Disable setnonblocking(), get_socket_address(), set_sock_priority()
fuzz
|
2017-05-26 |
Matt Johnston |
fix building with DEBUG_TRACE
fuzz
|
2017-05-26 |
Matt Johnston |
add m_mp_free_multi, be more careful freeing when failing to load keys
fuzz
|
2017-05-25 |
Matt Johnston |
add fuzzer-verify
fuzz
|
2017-05-25 |
Matt Johnston |
fix null pointer crash
fuzz
|
2017-05-25 |
Matt Johnston |
linked list dbmalloc now
fuzz
|
2017-05-25 |
Matt Johnston |
rearrange, all fuzzers now call fuzzer_set_input()
fuzz
|
2017-05-25 |
Matt Johnston |
limit input size
fuzz
|
2017-05-25 |
Matt Johnston |
fuzzing has a constant time
fuzz
|
2017-05-25 |
Matt Johnston |
Just use memset, it should'be be optimised out in a separate file
fuzz
|
2017-05-24 |
Matt Johnston |
fuzzers disable logging by default
fuzz
|
2017-05-24 |
Matt Johnston |
don't exit encountering short lines
fuzz
|
2017-05-24 |
Matt Johnston |
avoid NULL argument to base64 decode
fuzz
|
2017-05-23 |
Matt Johnston |
create fuzzer .options files
fuzz
|