SRP-6a Secure Remote Password protocol for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fuzz: Simplify dune files to reference crow for AFL fuzzing

Update comment headers to use standardized format:
- Quick check: dune build @fuzz
- With AFL: crow start --cpus=4

Remove verbose afl-fuzz commands and fuzz-afl aliases since
crow now handles building and running AFL instrumented fuzzers.

+2 -2
+2 -2
fuzz/dune
··· 1 1 ; Crowbar fuzz testing for srp 2 2 ; 3 - ; To run: dune exec fuzz/fuzz_srp.exe 4 - ; With AFL: afl-fuzz -i fuzz/corpus -o fuzz/findings -- ./_build/default/fuzz/fuzz_srp.exe @@ 3 + ; Quick check: dune build @fuzz 4 + ; With AFL: crow start --cpus=4 5 5 6 6 (executable 7 7 (name fuzz_srp)