Home
last modified time | relevance | path

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

/mbedtls-3.6.0/programs/fuzz/
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`.
DCMakeLists.txt7 project(fuzz CXX) project
/mbedtls-3.6.0/programs/
DMakefile156 .PHONY: all clean list fuzz
163 all: fuzz
166 fuzz: ${MBEDTLS_TEST_OBJS} target
167 $(MAKE) -C fuzz THIRDPARTY_INCLUDES=$(THIRDPARTY_INCLUDES)
478 $(MAKE) -C fuzz clean
DCMakeLists.txt4 add_subdirectory(fuzz)
D.gitignore3 !fuzz/Makefile
/mbedtls-3.6.0/tests/scripts/
Dall.sh316 rm -f include/Makefile include/mbedtls/Makefile programs/!(fuzz)/Makefile
579 …-no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile
580 … git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile
4617 …make -C programs -o fuzz CFLAGS="-I ../tests/include/alt-extra -DMBEDTLS_PSA_CRYPTO_PLATFORM_FILE=…
/mbedtls-3.6.0/tests/suites/
Dtest_suite_mps.function827 * simple conversion to a fuzz target.
Dtest_suite_pkcs7.data57 PKCS7 Signed Data Parse Fail with corrupted signer info[1] fuzz bad #6.5
61 PKCS7 Signed Data Parse Fail with corrupted signer info[2] fuzz bad #6.6
/mbedtls-3.6.0/
DChangeLog2265 keys. Found by Catena cyber using oss-fuzz (issue 20467).
2484 * Adds fuzz targets, especially for continuous fuzzing with OSS-Fuzz.
2956 (found by Catena cyber using oss-fuzz)
3320 Found through fuzz testing.
4031 afl-fuzz.)