summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
AgeCommit message (Expand)Author
2020-12-05fuzz: skip custom mutators with -fsanitize=memoryMatt Johnston
2020-11-13Add server postauth fuzzer, wrap connect_remote()Matt Johnston
2020-11-02fuzzing - fix some wrong types and -lcrypt on macosMatt Johnston
2020-10-29Use SSH packet mutator for preauth tooMatt Johnston
2020-10-26Preallocate memory for sshpacketmutator. Add fuzzer-client_mutator_nomathsMatt Johnston
2020-10-26Fix fuzz-sshpacketmutator to workMatt Johnston
2020-10-25Add first try at fuzzing custom mutatorMatt Johnston
2020-10-23Move fuzzing code to fuzz/ subdirectory, improve Makefile.inMatt Johnston
2020-10-20Don't sort objects, it breaks -lcrypt orderingMatt Johnston
2020-10-18Add fuzzer-client_nomaths, fix client fuzzerMatt Johnston
2020-10-18Get client fuzzer building and starting (fails straight away)Matt Johnston
2020-06-15Fix "make install" for manpages in out-of-tree buildsGabor Z. Papp
2020-05-26merge rsa-sha256Matt Johnston
2020-05-25Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)Vladislav Grishenko
2020-05-24Add linter for #ifdefMatt Johnston
2020-03-12Add Ed25519 support (#91)Vladislav Grishenko
2019-09-16update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)Steffen Jaeckel
2019-05-15Rename EPKA -> PluginMatt Johnston
2019-05-15External Public-Key Authentication API (#72)fabriziobertocci
2018-03-05fix some linksMatt Johnston
2018-03-05Add kexdh and kexecdh fuzzersMatt Johnston
2018-03-04set up CXX for fuzzing buildMatt Johnston
2018-03-03add cryptlib for all targets in fuzz buildMatt Johnston
2018-02-28Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston
2018-02-28merge from mainMatt Johnston
2018-02-26only clean libtom when using bundled librariesMatt Johnston
2018-02-26merge from mainMatt Johnston
2018-02-19- Fix dependencies and remove old default_options.h from version controlMatt Johnston
2018-02-17merge from mainMatt Johnston
2018-02-16options: Complete the transition to numeric toggles (`#if')Michael Witten
2018-02-14update some dependenciesMatt Johnston
2018-02-11build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'Michael Witten
2018-02-11Fix building default_options.hMatt Johnston
2018-01-23add fuzzer-preauth_nomathsMatt Johnston
2018-01-23merge up to dateMatt Johnston
2017-06-27EXEEXT for a few more targets, dropbearmulti in particular for CygwinMatt Johnston
2017-06-27document --enable-static in place of STATIC=1Matt Johnston
2017-06-27add --enable-static configure argument. disable conflicting harden flagsMatt Johnston
2017-05-26add fuzzer-verifyMatt Johnston
2017-05-23create fuzzer .options filesMatt Johnston
2017-05-23fuzzer-pubkeyMatt Johnston
2017-05-21add dbmalloc epoch cleanupMatt Johnston
2017-05-19add wrapfd. improve fuzzer in makefileMatt Johnston
2017-05-18merge main to fuzzMatt Johnston
2017-05-14rename fuzzer -> fuzz-target, add list-fuzz-targetsMatt Johnston
2017-05-13Use CXX to link fuzzer, also link with $FUZZLIBMatt Johnston
2017-05-13fuzz harnessMatt Johnston
2017-05-12copy over some fuzzing code from AFL branchMatt Johnston
2016-05-04Add generated header default_options.h to version control.Matt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston