Searched refs:fuzz (Results 1 – 11 of 11) sorted by relevance
25 CC=clang ./config enable-fuzz-libfuzzer \43 fuzz/helper.py $FUZZER45 where $FUZZER is one of the executables in `fuzz/`.49 `fuzz/corpora/$FUZZER-crash/`.62 CC=clang ./config enable-fuzz-libfuzzer \93 afl-fuzz -i fuzz/corpora/$FUZZER -o fuzz/corpora/$FUZZER/out fuzz/$FUZZER111 fuzz/$FUZZER-test $file115 fuzz/asn1-test fuzz/corpora/asn1123 To run all fuzz tests you can use:174 mkdir fuzz/corpora/NEWDIR[all …]
11 IF[{- !$disabled{"fuzz-afl"} || !$disabled{"fuzz-libfuzzer"} -}]
2 # Generated by fuzz/mkfuzzoids.pl
22 ok(run(fuzz(["$f-test", $d])), "Fuzzing $f");
99 Run all tests except for the fuzz tests:124 To run specific fuzz tests you can use for instance:
4 SUBDIRS=crypto ssl apps util tools fuzz providers doc
723 ### enable-fuzz-libfuzzer, enable-fuzz-afl730 See the file [fuzz/README.md](fuzz/README.md) for further details.
2819 This issue was reported to OpenSSL on 4th January 2018 by the OSS-fuzz4586 This issue was reported to OpenSSL on 4th January 2018 by the OSS-fuzz
461 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS)926 IF EXIST fuzz\\$dll DEL /Q /F fuzz\\$dll929 COPY $dll fuzz
562 $(RM) fuzz/$$s1; {- output_on() unless windowsdll(); "" -}\1167 ( cd $(SRCDIR); $(PERL) fuzz/mkfuzzoids.pl \1169 > fuzz/oids.txt )1802 rm -f fuzz/$full1804 cp -p $full fuzz/
336 sub fuzz { subroutine
Completed in 37 milliseconds