aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz
AgeCommit message (Expand)AuthorFilesLines
2020-05-05fuzz: Avoid warnings from csbuild in fuzzersJakub Jelen2-3/+4
2020-05-05fuzz: Add instructions for corpus creation and first corpus filesJakub Jelen3-0/+69
2020-05-05fuzz: Allow to increase log level from server fuzzerJakub Jelen1-0/+10
2020-05-05fuzz: Do not parse configuration filesJakub Jelen2-0/+6
2020-05-05fuzz: Use none cipher and MACJakub Jelen2-1/+18
2020-05-05fuzz: Simplify definition of fuzzing targets and build them also with gccJakub Jelen2-21/+57
2020-05-05fuzz: Correctly sort members initialization to prevent GCC warningsJakub Jelen1-1/+1
2019-11-07cmake: Rename static libraryAndreas Schneider1-2/+2
2019-07-09tests: Do not use internal macros in the fuzzerAndreas Schneider1-6/+7
2019-07-08tests: Add ssh_client_fuzzerAndreas Schneider2-0/+168
2019-07-08ctest: Run the ssh_server_fuzzer to check it worksAndreas Schneider1-0/+3
2019-07-08tests: Fix memory leak in ssh_server_fuzzerAndreas Schneider1-0/+2
2019-07-08cmake: We don't have to define the ssh link librariesAndreas Schneider1-2/+1
2019-07-04tests: Improve fuzzer testAndreas Schneider1-20/+116
2019-07-04cmake: Fix building the ssh_server_fuzzerAndreas Schneider1-0/+4
2018-08-03threads: Automatically call ssh_init on loadAnderson Toshiyuki Sasaki1-4/+0
2018-04-10cmake: Fix libfuzzer linking with clang6Andreas Schneider1-6/+10
2018-02-04cmake: Build ssh_server_fuzzer if enabledAndreas Schneider1-0/+9
2018-02-04tests: Added a fuzzer for the serverAlex Gaynor1-0/+101