Loading INSTALL +5 −5 Original line number Diff line number Diff line Loading @@ -267,11 +267,11 @@ Don't compile in filename and line number information (e.g. for errors and memory allocation). enable-fuzz Build with support for fuzzing. This is a developer option only. It may not work on all platforms and should never be used in production environments. See the file fuzz/README.md for further details. enable-fuzz-libfuzzer, enable-fuzz-afl Build with support for fuzzing using either libfuzzer or AFL. These are developer options only. They may not work on all platforms and should never be used in production environments. See the file fuzz/README.md for further details. no-gost Don't build support for GOST based ciphersuites. Note that Loading fuzz/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ Configure for fuzzing: $ CC=clang ./config enable-fuzz-libfuzzer \ --with-fuzzer-include=../../svn-work/Fuzzer \ --with-fuzzer-lib=../../svn-work/Fuzzer/libFuzzer \ enable-asan enable-ubsan no-shared -DPEDANTIC enable-asan enable-ubsan no-shared $ sudo apt-get install make $ LDCMD=clang++ make -j $ fuzz/helper.py $FUZZER Loading Loading
INSTALL +5 −5 Original line number Diff line number Diff line Loading @@ -267,11 +267,11 @@ Don't compile in filename and line number information (e.g. for errors and memory allocation). enable-fuzz Build with support for fuzzing. This is a developer option only. It may not work on all platforms and should never be used in production environments. See the file fuzz/README.md for further details. enable-fuzz-libfuzzer, enable-fuzz-afl Build with support for fuzzing using either libfuzzer or AFL. These are developer options only. They may not work on all platforms and should never be used in production environments. See the file fuzz/README.md for further details. no-gost Don't build support for GOST based ciphersuites. Note that Loading
fuzz/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ Configure for fuzzing: $ CC=clang ./config enable-fuzz-libfuzzer \ --with-fuzzer-include=../../svn-work/Fuzzer \ --with-fuzzer-lib=../../svn-work/Fuzzer/libFuzzer \ enable-asan enable-ubsan no-shared -DPEDANTIC enable-asan enable-ubsan no-shared $ sudo apt-get install make $ LDCMD=clang++ make -j $ fuzz/helper.py $FUZZER Loading