index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Makefile.in
Age
Commit message (
Expand
)
Author
2020-12-05
fuzz: skip custom mutators with -fsanitize=memory
Matt Johnston
2020-11-13
Add server postauth fuzzer, wrap connect_remote()
Matt Johnston
2020-11-02
fuzzing - fix some wrong types and -lcrypt on macos
Matt Johnston
2020-10-29
Use SSH packet mutator for preauth too
Matt Johnston
2020-10-26
Preallocate memory for sshpacketmutator. Add fuzzer-client_mutator_nomaths
Matt Johnston
2020-10-26
Fix fuzz-sshpacketmutator to work
Matt Johnston
2020-10-25
Add first try at fuzzing custom mutator
Matt Johnston
2020-10-23
Move fuzzing code to fuzz/ subdirectory, improve Makefile.in
Matt Johnston
2020-10-20
Don't sort objects, it breaks -lcrypt ordering
Matt Johnston
2020-10-18
Add fuzzer-client_nomaths, fix client fuzzer
Matt Johnston
2020-10-18
Get client fuzzer building and starting (fails straight away)
Matt Johnston
2020-06-15
Fix "make install" for manpages in out-of-tree builds
Gabor Z. Papp
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
Add linter for #ifdef
Matt Johnston
2020-03-12
Add Ed25519 support (#91)
Vladislav Grishenko
2019-09-16
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
Steffen Jaeckel
2019-05-15
Rename EPKA -> Plugin
Matt Johnston
2019-05-15
External Public-Key Authentication API (#72)
fabriziobertocci
2018-03-05
fix some links
Matt Johnston
2018-03-05
Add kexdh and kexecdh fuzzers
Matt Johnston
2018-03-04
set up CXX for fuzzing build
Matt Johnston
2018-03-03
add cryptlib for all targets in fuzz build
Matt Johnston
2018-02-28
Fix to be able to compile normal(ish) binaries with --enable-fuzz
Matt Johnston
2018-02-28
merge from main
Matt Johnston
2018-02-26
only clean libtom when using bundled libraries
Matt Johnston
2018-02-26
merge from main
Matt Johnston
2018-02-19
- Fix dependencies and remove old default_options.h from version control
Matt Johnston
2018-02-17
merge from main
Matt Johnston
2018-02-16
options: Complete the transition to numeric toggles (`#if')
Michael Witten
2018-02-14
update some dependencies
Matt Johnston
2018-02-11
build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'
Michael Witten
2018-02-11
Fix building default_options.h
Matt Johnston
2018-01-23
add fuzzer-preauth_nomaths
Matt Johnston
2018-01-23
merge up to date
Matt Johnston
2017-06-27
EXEEXT for a few more targets, dropbearmulti in particular for Cygwin
Matt Johnston
2017-06-27
document --enable-static in place of STATIC=1
Matt Johnston
2017-06-27
add --enable-static configure argument. disable conflicting harden flags
Matt Johnston
2017-05-26
add fuzzer-verify
Matt Johnston
2017-05-23
create fuzzer .options files
Matt Johnston
2017-05-23
fuzzer-pubkey
Matt Johnston
2017-05-21
add dbmalloc epoch cleanup
Matt Johnston
2017-05-19
add wrapfd. improve fuzzer in makefile
Matt Johnston
2017-05-18
merge main to fuzz
Matt Johnston
2017-05-14
rename fuzzer -> fuzz-target, add list-fuzz-targets
Matt Johnston
2017-05-13
Use CXX to link fuzzer, also link with $FUZZLIB
Matt Johnston
2017-05-13
fuzz harness
Matt Johnston
2017-05-12
copy over some fuzzing code from AFL branch
Matt Johnston
2016-05-04
Add generated header default_options.h to version control.
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
[next]