Home
last modified time | relevance | path

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

/openssl-master/fuzz/
A DREADME.md25 CC=clang ./config enable-fuzz-libfuzzer \
43 fuzz/helper.py $FUZZER
45 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/$FUZZER
111 fuzz/$FUZZER-test $file
115 fuzz/asn1-test fuzz/corpora/asn1
123 To run all fuzz tests you can use:
174 mkdir fuzz/corpora/NEWDIR
[all …]
A Dbuild.info11 IF[{- !$disabled{"fuzz-afl"} || !$disabled{"fuzz-libfuzzer"} -}]
A Doids.txt2 # Generated by fuzz/mkfuzzoids.pl
/openssl-master/test/recipes/
A Dfuzz.pl22 ok(run(fuzz(["$f-test", $d])), "Fuzzing $f");
/openssl-master/test/
A DREADME.md99 Run all tests except for the fuzz tests:
124 To run specific fuzz tests you can use for instance:
/openssl-master/
A Dbuild.info4 SUBDIRS=crypto ssl apps util tools fuzz providers doc
A DINSTALL.md723 ### enable-fuzz-libfuzzer, enable-fuzz-afl
730 See the file [fuzz/README.md](fuzz/README.md) for further details.
A DCHANGES.md2819 This issue was reported to OpenSSL on 4th January 2018 by the OSS-fuzz
4586 This issue was reported to OpenSSL on 4th January 2018 by the OSS-fuzz
/openssl-master/Configurations/
A Dwindows-makefile.tmpl461 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS)
926 IF EXIST fuzz\\$dll DEL /Q /F fuzz\\$dll
929 COPY $dll fuzz
A Dunix-Makefile.tmpl562 $(RM) fuzz/$$s1; {- output_on() unless windowsdll(); "" -}\
1167 ( cd $(SRCDIR); $(PERL) fuzz/mkfuzzoids.pl \
1169 > fuzz/oids.txt )
1802 rm -f fuzz/$full
1804 cp -p $full fuzz/
/openssl-master/util/perl/OpenSSL/
A DTest.pm336 sub fuzz { subroutine

Completed in 37 milliseconds