X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;h=74a5929ed409a04fd37fea16b9172805d484a8d3;hb=9bfff3609162efcca02310d4d9231054b6d824fd;hp=c613c877f78096ebddfe2627308442003c92aee5;hpb=017c50d3674e47489392523ef3655ca5b35c1622;p=dnssec-prover diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index c613c87..74a5929 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -18,7 +18,7 @@ libfuzzer_fuzz = ["libfuzzer-sys"] stdin_fuzz = [] [dependencies] -dnssec-prover = { path = "../", features = ["validation", "std", "build_server"] } +dnssec-prover = { path = "../", features = ["validation", "std", "build_server", "ibig"] } afl = { version = "0.12", optional = true } honggfuzz = { version = "0.5", optional = true, default-features = false } @@ -44,3 +44,15 @@ opt-level = 1 [[bin]] name = "parse_response" path = "src/parse_response.rs" + +[[bin]] +name = "parse_stream_validate" +path = "src/parse_stream_validate.rs" + +[[bin]] +name = "fuzz_builder" +path = "src/fuzz_builder.rs" + +[[bin]] +name = "bigint_math" +path = "src/bigint_math.rs"