summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Perhaps fix the default_options_guard.hMatt Johnston2023-04-191-2/+2
* Try to debug the debug_options_guard.h failureMatt Johnston2023-04-191-3/+3
* Fix out-of-tree buildsMatt Johnston2023-04-191-1/+4
* Fix out of tree buildsMatt Johnston2023-03-061-4/+4
* Additional output to verify things for the fuzzy build. tjk :/TJ Kolev2023-02-041-0/+2
* Fuzzy FixingTJ Kolev2023-02-041-1/+1
* More fixes.TJ Kolev2023-02-041-4/+4
* Fixing manpages install.TJ Kolev2023-02-031-4/+5
* Dropbear SSH File ReorgTJ Kolev2023-02-031-4/+4
* Dropbear folder refactoringTJ Kolev2023-02-021-13/+13
* Dropbear SSH - file structure reorgTJ Kolev2023-02-021-29/+43
* Support RSA OpenSSH new format in dropbearconvertMatt Johnston2022-03-291-1/+1
* Split CPPFLAGS and CFLAGS more carefullyMatt Johnston2022-03-221-8/+9
* Implement server-side support for sk-ecdsa U2F-backed keys (#142)egor-duda2022-01-221-2/+2
* Rename "make test" to "make check". Also run lintMatt Johnston2021-10-181-2/+2
* Add "make test" target to run pytestMatt Johnston2021-10-181-1/+4
* fuzz: skip custom mutators with -fsanitize=memoryMatt Johnston2020-12-051-0/+5
* Add server postauth fuzzer, wrap connect_remote()Matt Johnston2020-11-131-2/+3
* fuzzing - fix some wrong types and -lcrypt on macosMatt Johnston2020-11-021-1/+1
* Use SSH packet mutator for preauth tooMatt Johnston2020-10-291-4/+5
* Preallocate memory for sshpacketmutator. Add fuzzer-client_mutator_nomathsMatt Johnston2020-10-261-2/+3
* Fix fuzz-sshpacketmutator to workMatt Johnston2020-10-261-1/+4
* Add first try at fuzzing custom mutatorMatt Johnston2020-10-251-1/+2
* Move fuzzing code to fuzz/ subdirectory, improve Makefile.inMatt Johnston2020-10-231-36/+17
* Don't sort objects, it breaks -lcrypt orderingMatt Johnston2020-10-201-1/+0
* Add fuzzer-client_nomaths, fix client fuzzerMatt Johnston2020-10-181-1/+4
* Get client fuzzer building and starting (fails straight away)Matt Johnston2020-10-181-12/+13
* Fix "make install" for manpages in out-of-tree buildsGabor Z. Papp2020-06-151-2/+2
* merge rsa-sha256Matt Johnston2020-05-261-1/+4
|\
| * Add linter for #ifdefMatt Johnston2020-05-241-1/+4
* | Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)Vladislav Grishenko2020-05-251-1/+1
|/
* Add Ed25519 support (#91)Vladislav Grishenko2020-03-121-3/+9
* update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)Steffen Jaeckel2019-09-161-6/+8
* Rename EPKA -> PluginMatt Johnston2019-05-151-4/+4
* External Public-Key Authentication API (#72)fabriziobertocci2019-05-151-1/+10
* fix some linksMatt Johnston2018-03-051-1/+1
* Add kexdh and kexecdh fuzzersMatt Johnston2018-03-051-2/+7
* set up CXX for fuzzing buildMatt Johnston2018-03-041-0/+2
* add cryptlib for all targets in fuzz buildMatt Johnston2018-03-031-1/+1
* Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston2018-02-281-9/+17
* merge from mainMatt Johnston2018-02-281-1/+2
|\
| * only clean libtom when using bundled librariesMatt Johnston2018-02-261-1/+2
* | merge from mainMatt Johnston2018-02-261-16/+16
|\ \ | |/
| * - Fix dependencies and remove old default_options.h from version controlMatt Johnston2018-02-191-15/+15
* | merge from mainMatt Johnston2018-02-171-15/+11
|\ \ | |/
| * options: Complete the transition to numeric toggles (`#if')Michael Witten2018-02-161-1/+1
| * update some dependenciesMatt Johnston2018-02-141-12/+11
| * build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'Michael Witten2018-02-111-1/+0
| * Fix building default_options.hMatt Johnston2018-02-111-3/+2
* | add fuzzer-preauth_nomathsMatt Johnston2018-01-231-1/+5