Bundle Protocol Security (RFC 9172) - authentication and encryption for DTN
0
fork

Configure Feed

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

fix(lint): rename fuzz-afl alias to fuzz, fix ocaml-crc fuzz setup

E722: Convert ocaml-crc (test ...) to (executable ...) with rules
E718: Add gen_corpus.ml to ocaml-crc/fuzz
E724: Rename (alias fuzz-afl) to (alias fuzz) in 12 fuzz directories

+1 -1
+1 -1
fuzz/dune
··· 10 10 (run %{exe:fuzz_bpsec.exe}))) 11 11 12 12 (rule 13 - (alias fuzz-afl) 13 + (alias fuzz) 14 14 (deps fuzz_bpsec.exe) 15 15 (action 16 16 (echo "AFL fuzzer built: %{exe:fuzz_bpsec.exe}\n")))