Home
last modified time | relevance | path

Searched refs:fuzz (Results 1 – 8 of 8) sorted by relevance

/mbedtls-development/programs/fuzz/
A DREADME.md4 This directory contains fuzz targets.
6 They are used with a so-called fuzz driver, which will generate inputs, try to process them with th…
8 These targets were meant to be used with oss-fuzz but can be used in other contexts.
15 To run the fuzz targets like oss-fuzz:
17 git clone https://github.com/google/oss-fuzz
18 cd oss-fuzz
24 And you can run any of the fuzz targets like `fuzz_client`.
26 To run the fuzz targets without oss-fuzz, you first need to install one libFuzzingEngine (libFuzzer…
35 Finally, you can run the targets like `./test/fuzz/fuzz_client`.
A DCMakeLists.txt7 project(fuzz CXX) project
/mbedtls-development/programs/
A DCMakeLists.txt3 add_subdirectory(fuzz)
A DMakefile129 .PHONY: all clean list fuzz
136 all: fuzz
139 fuzz: ${MBEDTLS_TEST_OBJS} target
140 $(MAKE) -C fuzz THIRDPARTY_INCLUDES=$(THIRDPARTY_INCLUDES)
413 $(MAKE) -C fuzz clean
A D.gitignore3 !fuzz/Makefile
/mbedtls-development/tests/scripts/
A Dall.sh543 …-no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile
544 … git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile
/mbedtls-development/tests/suites/
A Dtest_suite_mps.function813 * simple conversion to a fuzz target.
/mbedtls-development/
A DChangeLog1074 keys. Found by Catena cyber using oss-fuzz (issue 20467).
1293 * Adds fuzz targets, especially for continuous fuzzing with OSS-Fuzz.
1765 (found by Catena cyber using oss-fuzz)
2129 Found through fuzz testing.
2840 afl-fuzz.)

Completed in 16 milliseconds