summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-0/+55
|\ \ | |/ |/|
| * merge from mainMatt Johnston2018-02-171-1/+56
| |\
| | * add fuzzer-preauth_nomathsMatt Johnston2018-01-231-1/+5
| | * merge up to dateMatt Johnston2018-01-231-0/+52
| | |\
| | | * add fuzzer-verifyMatt Johnston2017-05-261-1/+4
| | | * create fuzzer .options filesMatt Johnston2017-05-231-1/+7
| | | * fuzzer-pubkeyMatt Johnston2017-05-231-1/+4
| | | * add dbmalloc epoch cleanupMatt Johnston2017-05-211-0/+1
| | | * add wrapfd. improve fuzzer in makefileMatt Johnston2017-05-191-1/+6
| | | * merge main to fuzzMatt Johnston2017-05-181-2/+36
| | | |\
| | | | * rename fuzzer -> fuzz-target, add list-fuzz-targetsMatt Johnston2017-05-141-5/+10
| | | | * Use CXX to link fuzzer, also link with $FUZZLIBMatt Johnston2017-05-131-2/+2
| | | | * fuzz harnessMatt Johnston2017-05-131-3/+22
| | | | * copy over some fuzzing code from AFL branchMatt Johnston2017-05-121-0/+11
* | | | | - Fix dependencies and remove old default_options.h from version controlMatt Johnston2018-02-191-15/+15
|/ / / /
* | | | options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-1/+1
* | | | update some dependenciesMatt Johnston2018-02-141-12/+11
* | | | build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'Michael Witten2017-07-311-1/+0
* | | | Fix building default_options.hMatt Johnston2018-02-111-3/+2
|/ / /