Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update fuzzers with comments from OSS-Fuzz review | Jack Lloyd | 2016-12-14 | 1 | -0/+3 |
| | | | | | | | | | | | | Add explicit length limitations, to prevent the fuzzer from just giving us increasingly long inputs until timeout occurs due to non-linear algorithms. Use LLVM fuzzer interface in all cases, and just have AFL driver call that API when a define is set to include a main function. OSS-Fuzz will be using the LLVM API, regardless of the fuzzing engine. [ci skip] | ||||
* | Import fuzzer drivers | Jack Lloyd | 2016-10-30 | 1 | -0/+81 |
Originally from https://github.com/randombit/botan-fuzzers but merging to the main tree (without the corpus files, since I suspect the corpus files in that repo are not useful anymore) Adds --unsafe-fuzzer-mode which can be used to selectively disable cryptographic checks which get in the way of fuzzer testing. This setting is reflected in build.h and in the version string. Right now it doesn't actually disable anything. |